├── LICENSE ├── composer.json └── src ├── AdminTab.php ├── AdminTabCollection.php ├── AdminTabCollectionInterface.php ├── AdminTabInterface.php └── partials └── admin-tabs.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typisttech/wp-admin-tabs/HEAD/LICENSE -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typisttech/wp-admin-tabs/HEAD/composer.json -------------------------------------------------------------------------------- /src/AdminTab.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typisttech/wp-admin-tabs/HEAD/src/AdminTab.php -------------------------------------------------------------------------------- /src/AdminTabCollection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typisttech/wp-admin-tabs/HEAD/src/AdminTabCollection.php -------------------------------------------------------------------------------- /src/AdminTabCollectionInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typisttech/wp-admin-tabs/HEAD/src/AdminTabCollectionInterface.php -------------------------------------------------------------------------------- /src/AdminTabInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typisttech/wp-admin-tabs/HEAD/src/AdminTabInterface.php -------------------------------------------------------------------------------- /src/partials/admin-tabs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typisttech/wp-admin-tabs/HEAD/src/partials/admin-tabs.php --------------------------------------------------------------------------------