array( 'title' => esc_html__('General Settings','blog-expert'), 'sections' => array( array( 'title' => esc_html__('Logo & Site Identity','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bcontrol%5D=custom_logo'), 'icon' => 'dashicons-format-image', ), array( 'title' => esc_html__('Header Media','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bsection%5D=header_image'), 'icon' => 'dashicons-desktop', ), array( 'title' => esc_html__('Background Image','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bsection%5D=background_image'), 'icon' => 'dashicons-desktop', ), array( 'title' => esc_html__('Menu Settings','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bpanel%5D=nav_menus'), 'icon' => 'dashicons-menu', ), ), ), 'theme_colors_panel' => array( 'title' => esc_html__('Color Settings','blog-expert'), 'sections' => array( array( 'title' => esc_html__('Color Options','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bsection%5D=colors'), 'icon' => 'dashicons-admin-customizer', ), ), ), 'theme_option_panel' => array( 'title' => esc_html__('Theme Options','blog-expert'), 'sections' => array( array( 'title' => esc_html__('Slider Section Settings','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bsection%5D=slider_section_settings'), 'icon' => 'dashicons-admin-settings', ), array( 'title' => esc_html__('Pagination Settings','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bsection%5D=pagination_section'), 'icon' => 'dashicons-ellipsis', ), array( 'title' => esc_html__('Single Post Settings','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bsection%5D=single_post_setting'), 'icon' => 'dashicons-welcome-write-blog', ), array( 'title' => esc_html__('Layout Settings','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bsection%5D=theme_option_section_settings'), 'icon' => 'dashicons-layout', ), array( 'title' => esc_html__('Footer Setting','blog-expert'), 'url' => esc_url( $base_url.'/wp-admin/customize.php?autofocus%5Bsection%5D=footer_section'), 'icon' => 'dashicons-admin-generic', ), ), ), ); include_once ABSPATH . 'wp-admin/includes/plugin-install.php'; $rec_plugins = Blog_Expert_Getting_started::blog_expert_recommended_plugins(); $theme_version = wp_get_theme()->get( 'Version' ); $theme_info = wp_get_theme(); $theme_name = $theme_info->__get( 'Name' ); ?>

$plugin) { $plugin_info = plugins_api( 'plugin_information', array( 'slug' => sanitize_key(wp_unslash($key)), 'fields' => array( 'sections' => false, ), ) ); $plugin_status = Blog_Expert_Getting_started::blog_expert_plugin_status($plugin['class'], $key, $plugin['PluginFile']); ?>