__( 'Settings', 'smart-post-show' ), 'menu_parent' => 'edit.php?post_type=sp_post_carousel', 'menu_type' => 'submenu', // menu, submenu, options, theme, etc. 'menu_slug' => 'pcp_settings', 'theme' => 'light', 'show_all_options' => false, 'show_search' => false, 'show_footer' => false, 'show_bar_menu' => false, 'class' => 'sp-pc-settings', 'framework_title' => __( 'Smart Post Show', 'smart-post-show' ), // 'menu_capability' => $capability, ) ); SPS_Advanced::section( $prefix ); SPS_ScriptsAndStyles::section( $prefix ); SPS_Accessibility::section( $prefix ); SPS_CustomCSS::section( $prefix ); } }