disable plugin-info meta box
This commit is contained in:
parent
bffd39afe5
commit
bc1a864dd1
@ -29,7 +29,7 @@ new PluginCore(
|
|||||||
'admin_page' => [
|
'admin_page' => [
|
||||||
'parent' => 'options',
|
'parent' => 'options',
|
||||||
'render' => 'settings-page', // built-in settings page
|
'render' => 'settings-page', // built-in settings page
|
||||||
'plugin_info' => true,
|
// 'plugin_info' => true, // disable on public repo
|
||||||
'settings' => [
|
'settings' => [
|
||||||
'option_name' => 'notice_manager', // option_name used in wp_options table
|
'option_name' => 'notice_manager', // option_name used in wp_options table
|
||||||
'sections' => [
|
'sections' => [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user