wip trying to get the options working in class
This commit is contained in:
@@ -18,7 +18,10 @@ if (!defined('ABSPATH')) {
|
||||
* creates the plugin menu
|
||||
*
|
||||
*/
|
||||
\Plgntls_xtx::add_menu(__NAMESPACE__.'\menu_content');
|
||||
function add_plugin_menu() {
|
||||
\Plgntls_xtx::add_menu(__NAMESPACE__.'\menu_content');
|
||||
}
|
||||
add_action('admin_menu', __NAMESPACE__.'\add_plugin_menu');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user