esc_html__('Darkify', 'darkify'), 'menu_slug' => 'darkify', 'menu_position' => 25, 'menu_icon' => 'data:image/svg+xml;base64,' . base64_encode(''), 'framework_title' => esc_html__('Darkify', 'darkify'), 'footer_text' => esc_html__('Thank you for using our plugin', 'darkify'), 'theme' => 'light', 'nav' => 'inline', 'show_search' => false, 'show_reset_all' => false, 'show_sub_menu' => false, 'show_bar_menu' => false, 'sticky_header' => false, 'show_footer' => false, 'show_all_options' => false, 'framework_class' => 'darkify-setting-admin', 'class' => 'darkify-preloader', 'menu_type' => 'submenu', )); // // control section // Control::options($prefix); SwitcherStyle::options($prefix); ColorControl::options($prefix); Media::options($prefix); AdvancedSettings::options($prefix); License::options($prefix); Darkify::createSection($prefix, array( 'title' => esc_html__('HELP', 'darkify'), 'icon' => 'icofont-life-buoy', 'fields' => array( array( 'id' => 'ta_help', 'type' => 'ta_help', ), ) )); } }