diff --git a/plugin-boilerplate/plugin.php b/plugin-boilerplate/plugin.php index 2f59fec..67da291 100644 --- a/plugin-boilerplate/plugin.php +++ b/plugin-boilerplate/plugin.php @@ -64,7 +64,7 @@ class PluginName { * Add the options page and menu item. * Uncomment the following line to enable the Settings Page for the plugin: */ - add_action( 'admin_menu', array( $this, 'plugin_admin_menu' ) ); + //add_action( 'admin_menu', array( $this, 'plugin_admin_menu' ) ); /* * Register admin styles and scripts