Admin page - show plugin info meta box
This commit is contained in:
parent
85f56cec68
commit
29af423f16
@ -18,10 +18,10 @@ new PluginCore(
|
|||||||
__FILE__,
|
__FILE__,
|
||||||
[
|
[
|
||||||
'update_checker' => true,
|
'update_checker' => true,
|
||||||
|
|
||||||
'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,
|
||||||
'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