Admin page - show plugin info meta box

This commit is contained in:
abuoyoyo 2022-05-31 01:45:29 +03:00
parent 85f56cec68
commit 29af423f16

View File

@ -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' => [