'演示插件', 'menu_slug' => 'zib_plugin_demo', 'framework_title' => '演示插件', 'show_in_customizer' => true, 'footer_text' => '由李初一开发的演示插件', 'footer_credit' => ' ', 'theme' => 'light', )); CSF::createSection($prefix, array( 'id' => 'add', 'title' => '测试功能', 'icon' => 'fa fa-gitlab', 'fields' => array( array( 'title' => ' ', 'id' => 'demo_func', 'default' => false, 'subtitle' => __('网站全局变灰', 'zib_language'), 'type' => 'switcher', ), array( 'dependency' => array('demo_func', '!=', ''), 'content' => '测试保存和功能拦截,就算已保存删除链接后同样不生效', 'style' => 'danger', 'type' => 'submessage', ), ), )); }