Moving admin to it's own directory, trying to fix up docblocks and stuff

This commit is contained in:
2021-09-14 11:37:30 -06:00
parent c94414dc0e
commit ecd4099038
17 changed files with 1095 additions and 396 deletions

View File

@ -13,11 +13,11 @@
*/
const NMSP_PLUGIN_SLUG_REWRITE_NAMES = array(
'NMSP_PLUGIN_SLUG_PAGE_NAME' => 'nmsp_plugin_slug_page_name',
'NMSP_PLUGIN_SLUG_PAGE_NAME' => 'nmsp_plugin_slug_page_name',
);
foreach ( NMSP_PLUGIN_SLUG_REWRITE_NAMES as $page_slug => $page_name ) {
if ( ! defined( $page_slug ) ) {
define( $page_slug, $page_name );
}
if ( ! defined( $page_slug ) ) {
define( $page_slug, $page_name );
}
}