prepare_class(); /*admin menu*/ add_action( 'admin_menu', array( $this, 'at_admin_menu' ) ); /* enqueue script and style for about page */ add_action( 'admin_enqueue_scripts', array( $this, 'style_and_scripts' ) ); /* ajax callback for dismissable required actions */ add_action( 'wp_ajax_at_theme_info_update_recommended_action', array( $this, 'update_recommended_action_callback' ) ); } /** * Prepare and setup class properties. */ public function get_config() { return array( // Page title. 'page_title' => esc_html__( 'AcmeBlog Info', 'acmeblog' ), // Menu name under Appearance. 'menu_title' => esc_html__( 'AcmeBlog Info', 'acmeblog' ), // Main welcome title 'info_title' => sprintf( esc_html__( 'Welcome to %s - ', 'acmeblog' ), 'AcmeBlog' ), // Main welcome content 'info_content' => sprintf( esc_html__( '%s is now installed and ready to use. We hope the following information will help you. If you want to ask any query or just want to say hello, you can always contact us. We hope you enjoy it! ', 'acmeblog' ), 'AcmeBlog' ), /** * Quick links */ 'quick_links' => array( 'theme_url' => array( 'text' => __( 'Theme Details', 'acmeblog' ), 'url' => 'https://www.acmethemes.com/themes/acmeblog/', ), 'demo_url' => array( 'text' => __( 'View Demo', 'acmeblog' ), 'url' => 'http://www.demo.acmethemes.com/acmeblog/', ), 'pro_url' => array( 'text' => __( 'View Pro Version', 'acmeblog' ), 'url' => 'https://www.acmethemes.com/themes/acmeblogpro/', ), 'rate_url' => array( 'text' => __( 'Rate This Theme', 'acmeblog' ), 'url' => 'https://wordpress.org/support/theme/acmeblog/reviews/?filter=5', ), ), 'tabs' => array( 'getting_started' => __( 'Getting Started', 'acmeblog' ), 'recommended_actions' => __( 'Recommended Actions', 'acmeblog' ), 'recommended_plugins' => __( 'Useful Plugins', 'acmeblog' ), 'support' => __( 'Support', 'acmeblog' ), 'changelog' => __( 'Changelog', 'acmeblog' ), 'faq' => __( 'FAQ', 'acmeblog' ), 'free_pro' => __( 'Free VS PRO', 'acmeblog' ), ), /*Getting started tab*/ 'getting_started' => array( 'first' => array( 'title' => esc_html__( 'Step 1 : Read full documentation', 'acmeblog' ), 'desc' => esc_html__( 'Please check our full documentation for detailed information on how to Setup and Use AcmeBlog.', 'acmeblog' ), 'link_title' => esc_html__( 'Documentation', 'acmeblog' ), 'link_url' => 'http://www.doc.acmethemes.com/acmeblog/', 'is_button' => false, 'recommended_actions' => false, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Step 2 : Go to Customizer', 'acmeblog' ), 'desc' => esc_html__( 'All Setting, Theme Options, Widgets and Menus are available via Customize screen. Have a quick look or start customization!', 'acmeblog' ), 'link_title' => esc_html__( 'Go to Customizer', 'acmeblog' ), 'link_url' => esc_url( admin_url( 'customize.php' ) ), 'is_button' => true, 'recommended_actions' => false, 'is_new_tab' => true, ), 'third' => array( 'title' => esc_html__( 'Step 3 : Setting Featured Section ', 'acmeblog' ), 'desc' => esc_html__( 'Add Feature Image or Unlimited Slides on Feature Section. Please do the Step 3 before this.', 'acmeblog' ), 'link_title' => esc_html__( 'Featured Section', 'acmeblog' ), 'link_url' => esc_url( admin_url( 'customize.php' ) ) . '?autofocus[panel]=acmeblog-feature-panel', 'is_button' => true, 'recommended_actions' => false, 'is_new_tab' => true, ), ), // recommended actions array. 'recommended_actions' => array( 'setting-image' => array( 'title' => esc_html__( 'Setting Image Size', 'acmeblog' ), 'desc' => sprintf( esc_html__( 'Set thumbnail size : 500 * 280, Set Medium size : 690 * 400, Set Large size : 1080 * 530 %1$s Set Image Size %2$s ', 'acmeblog' ), '

', '

' ), 'id' => 'setting-image', ), 'demo-content' => array( 'title' => esc_html__( 'Install Gutentor', 'acmeblog' ), 'desc' => sprintf( esc_html__( 'Customize everything within default WordPress editor %1$s Gutentor : WordPress Page Builder with Unlimited Possibilities to Design %2$s.', 'acmeblog' ), '', '' ), 'id' => 'gutentor', 'check' => ( ( function_exists( 'acme_demo_setup_load_textdomain' ) ) ? true : false ), 'plugin_slug' => 'gutentor', ), ), // Plugins array. 'recommended_plugins' => array( 'gutentor' => array( 'slug' => 'gutentor', ), ), /*FAQ*/ 'faq' => array( 'first' => array( 'title' => esc_html__( 'Where to get a dedicated support ? ', 'acmeblog' ), 'icon' => 'dashicons dashicons-sos', 'desc' => esc_html__( 'Follow the theme dedicated support forum.', 'acmeblog' ), 'button_label' => esc_html__( 'Click here to get the support', 'acmeblog' ), 'button_link' => esc_url( 'https://www.acmethemes.com/supports' ), 'is_button' => true, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Recent Updates of your Site ? ', 'acmeblog' ), 'icon' => 'dashicons dashicons-sos', 'desc' => esc_html__( 'Where i can get the recent updates of theme related updates ? ', 'acmeblog' ), 'button_label' => esc_html__( 'Visit our site blog page', 'acmeblog' ), 'button_link' => esc_url( 'https://www.acmethemes.com/blog/' ), 'is_button' => true, 'is_new_tab' => true, ), 'third' => array( 'title' => esc_html__( 'How to make image size suitable for the theme ? ', 'acmeblog' ), 'icon' => 'dashicons dashicons-sos', 'desc' => esc_html__( 'In this recent update, you can check Appearance > AcmeBlog Info > Recommended Action > Setting Image Size and click on Set Image size. Now your theme image size will be automatically updates on Settings > Media.', 'acmeblog' ), ), 'forth' => array( 'title' => esc_html__( 'How to hide/change footer text Proudly powered by WordPress | Theme: AcmeBlog by AcmeThemes. ? ', 'acmeblog' ), 'icon' => 'dashicons dashicons-sos', 'button_label' => esc_html__( 'Visit this blog post to know how to change or remove powered by text.', 'acmeblog' ), 'button_link' => esc_url( 'https://www.acmethemes.com/blog/2017/01/remove-powered-by-text-on-footer/' ), 'is_button' => true, 'is_new_tab' => true, ), ), // Support content tab. 'support_content' => array( 'first' => array( 'title' => esc_html__( 'Contact Support', 'acmeblog' ), 'icon' => 'dashicons dashicons-sos', 'desc' => esc_html__( 'Got theme support question or found bug? Best place to ask your query is our dedicated Support forum.', 'acmeblog' ), 'button_label' => esc_html__( 'Contact Support', 'acmeblog' ), 'button_link' => esc_url( 'https://www.acmethemes.com/supports/forum/acmeblog/' ), 'is_button' => true, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Documentation', 'acmeblog' ), 'icon' => 'dashicons dashicons-book-alt', 'desc' => esc_html__( 'Please check our full documentation for detailed information on how to Setup and Use AcmeBlog.', 'acmeblog' ), 'button_label' => esc_html__( 'Read full documentation', 'acmeblog' ), 'button_link' => 'http://www.doc.acmethemes.com/acmeblog/', 'is_button' => false, 'is_new_tab' => true, ), 'third' => array( 'title' => esc_html__( 'Need more features?', 'acmeblog' ), 'icon' => 'dashicons dashicons-screenoptions', 'desc' => esc_html__( 'Upgrade to PRO version for more exciting features and Priority Support.', 'acmeblog' ), 'button_label' => esc_html__( 'View Pro Version', 'acmeblog' ), 'button_link' => 'https://www.acmethemes.com/themes/acmeblogpro/', 'is_button' => true, 'is_new_tab' => true, ), 'fourth' => array( 'title' => esc_html__( 'Got sales related question?', 'acmeblog' ), 'icon' => 'dashicons dashicons-cart', 'desc' => esc_html__( 'Have any query before purchase, you are more than welcome to ask.', 'acmeblog' ), 'button_label' => esc_html__( 'Pre-sale Question?', 'acmeblog' ), 'button_link' => 'https://www.acmethemes.com/pre-sale-question/', 'is_button' => true, 'is_new_tab' => true, ), 'fifth' => array( 'title' => esc_html__( 'Customization Request', 'acmeblog' ), 'icon' => 'dashicons dashicons-hammer', 'desc' => esc_html__( 'Needed any customization for the theme, you can request from here.', 'acmeblog' ), 'button_label' => esc_html__( 'Customization Request', 'acmeblog' ), 'button_link' => 'https://www.acmethemes.com/customization-request/', 'is_button' => false, 'is_new_tab' => true, ), ), // Free vs pro array. 'free_pro' => array( array( 'title' => __( 'Custom Widgets', 'acmeblog' ), 'desc' => __( 'Added custom Widgets', 'acmeblog' ), 'free' => __( '1+ Available', 'acmeblog' ), 'pro' => __( '7+ Available', 'acmeblog' ), ), array( 'title' => __( 'Widget Options', 'acmeblog' ), 'desc' => __( 'Every widgets have multiple options to customize section', 'acmeblog' ), 'free' => __( 'Limited', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Google Fonts', 'acmeblog' ), 'desc' => __( 'Google fonts options for changing the overall site fonts ', 'acmeblog' ), 'free' => 'yes', 'pro' => __( '100 +', 'acmeblog' ), ), array( 'title' => __( 'Color Options', 'acmeblog' ), 'desc' => __( 'Color options for changing overall site colors, Contat us', 'acmeblog' ), 'free' => __( '2', 'acmeblog' ), 'pro' => __( 'Unlimited', 'acmeblog' ), ), array( 'title' => __( 'Header Options', 'acmeblog' ), 'desc' => __( 'Customze the header section as your need.', 'acmeblog' ), 'free' => __( 'Limited', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Menu Options', 'acmeblog' ), 'desc' => __( 'Lots of menu options are available to manage the menu section. Appearance > Menus', 'acmeblog' ), 'free' => __( 'Limited', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Featured Selection', 'acmeblog' ), 'desc' => __( 'This is slider section. Check every options there', 'acmeblog' ), 'free' => __( 'Recent Post/Category', 'acmeblog' ), 'pro' => __( 'Page, Post, Category, And Custom', 'acmeblog' ), ), array( 'title' => __( 'Slider Section Options', 'acmeblog' ), 'desc' => __( 'Options to manage the sliders', 'acmeblog' ), 'free' => __( 'Limited', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Sticky Sidebar', 'acmeblog' ), 'desc' => __( 'Enable/Disable sticky sidebars', 'acmeblog' ), 'free' => 'yes', 'pro' => 'yes', ), array( 'title' => __( 'Blog/Archive Options', 'acmeblog' ), 'desc' => __( 'Various Options are available for the blog and archive page management. Check on Appearance > Customize > Layout/Design Options.', 'acmeblog' ), 'free' => __( 'Limited', 'acmeblog' ), 'pro' => __( 'Manage Every Entity', 'acmeblog' ), ), array( 'title' => __( 'Footer Options', 'acmeblog' ), 'desc' => __( 'Manage the every entity related to footer section.', 'acmeblog' ), 'free' => __( 'Limited', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Social Options', 'acmeblog' ), 'desc' => __( 'Options to manage the social icons like facebook, instagram, linkedin etc.', 'acmeblog' ), 'free' => __( 'Limited', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Theme Credit Link', 'acmeblog' ), 'desc' => __( 'Options to disable to Powered by text on footer.', 'acmeblog' ), 'free' => __( 'No Options To Disable', 'acmeblog' ), 'pro' => __( 'Enable/Disable/Custom Credit', 'acmeblog' ), ), array( 'title' => __( 'Own Credit Link', 'acmeblog' ), 'desc' => __( 'Write your own credit text.', 'acmeblog' ), 'free' => 'no', 'pro' => __( 'Your Own Text', 'acmeblog' ), ), array( 'title' => __( 'Social Icons', 'acmeblog' ), 'desc' => __( 'Enter the URL for social icons. ', 'acmeblog' ), 'free' => __( '4 +', 'acmeblog' ), 'pro' => __( 'Available Mostly Used', 'acmeblog' ), ), array( 'title' => __( 'Intro Loader Options', 'acmeblog' ), 'desc' => __( 'It will load before the site loaded completely.', 'acmeblog' ), 'free' => 'no', 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Related Post Options', 'acmeblog' ), 'desc' => __( 'Related post will appear on single post of each blog article', 'acmeblog' ), 'free' => __( 'Enable/Disable', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Author Info Options', 'acmeblog' ), 'desc' => __( 'This will appear on single page and archive page of that author.', 'acmeblog' ), 'free' => __( 'Default', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Feature Image Options', 'acmeblog' ), 'desc' => __( 'Featured image options for the single page and post.', 'acmeblog' ), 'free' => 'yes', 'pro' => __( 'Manage As Your Need', 'acmeblog' ), ), array( 'title' => __( 'Navigation Options', 'acmeblog' ), 'desc' => __( 'Post Navigation means, previous post and next post. Check on single post.', 'acmeblog' ), 'free' => __( 'Default', 'acmeblog' ), 'pro' => __( 'Advanced', 'acmeblog' ), ), array( 'title' => __( 'Post Comment Options', 'acmeblog' ), 'desc' => __( 'Manage the comment section on single post.', 'acmeblog' ), 'free' => 'no', 'pro' => __( 'Options Available', 'acmeblog' ), ), array( 'title' => __( 'Show/Hide Comment', 'acmeblog' ), 'desc' => __( 'Options to show hide comments on page and post.', 'acmeblog' ), 'free' => 'no', 'pro' => 'yes', ), array( 'title' => __( 'Breadcrumb', 'acmeblog' ), 'desc' => __( 'Advanced options for manage the Breadcrumb.', 'acmeblog' ), 'free' => 'yes', 'pro' => __( 'Advanced', 'acmeblog' ), ), array( 'title' => __( 'Video Post On Featured', 'acmeblog' ), 'desc' => __( 'Create your video post easily from Youtube and Vimeo video.', 'acmeblog' ), 'free' => 'no', 'pro' => __( 'Add Own Video On Featured', 'acmeblog' ), ), array( 'title' => __( 'Single Post Options', 'acmeblog' ), 'desc' => __( 'Manage every entity of single post.', 'acmeblog' ), 'free' => __( 'Limited with Image size', 'acmeblog' ), 'pro' => __( 'Multiple Options', 'acmeblog' ), ), array( 'title' => __( 'Featured Image Size', 'acmeblog' ), 'desc' => __( 'Select the size of the featured image on the single post.', 'acmeblog' ), 'free' => 'yes', 'pro' => 'yes', ), array( 'title' => __( 'Sidebars', 'acmeblog' ), 'desc' => __( 'Global and Individual sidebars are available. You can easily orveride it from single page/post.', 'acmeblog' ), 'free' => __( 'Global', 'acmeblog' ), 'pro' => __( 'Global And Individuals', 'acmeblog' ), ), array( 'title' => __( 'WooCommerce', 'acmeblog' ), 'desc' => __( 'Create WooCommerce shop easily with the help of WooCommerce plugin.', 'acmeblog' ), 'free' => 'yes', 'pro' => 'yes', ), array( 'title' => __( 'Translation', 'acmeblog' ), 'desc' => __( 'Both theme are translation ready.', 'acmeblog' ), 'free' => 'yes', 'pro' => 'yes', ), array( 'title' => __( 'SEO', 'acmeblog' ), 'desc' => __( 'Developed with high skilled SEO tools.', 'acmeblog' ), 'free' => 'yes', 'pro' => 'yes', ), array( 'title' => __( 'Widget Area On Footer', 'acmeblog' ), 'desc' => __( 'Change the number of footers on footer area as you need.', 'acmeblog' ), 'free' => __( '3 ', 'acmeblog' ), 'pro' => __( 'Choose On Need', 'acmeblog' ), ), array( 'title' => __( 'Support Forum', 'acmeblog' ), 'desc' => __( 'Highly dedicated support team are assigned for your help. Try this today.', 'acmeblog' ), 'free' => __( 'Second', 'acmeblog' ), 'pro' => __( 'Dedicated With High Priority', 'acmeblog' ), ), ), ); } /** * Prepare and setup class properties. */ public function prepare_class() { $theme = wp_get_theme(); if ( is_child_theme() ) { $this->theme_name = $theme->parent()->get( 'Name' ); } else { $this->theme_name = $theme->get( 'Name' ); } $this->theme_slug = $theme->get_template(); $this->theme_version = $theme->get( 'Version' ); } /** * Return the valid array of recommended actions. * * @return array The valid array of recommended actions. */ /** * Dismiss required actions */ public function update_recommended_action_callback() { $this->config = $this->get_config(); /*getting for provided array*/ $recommended_actions = isset( $this->config['recommended_actions'] ) ? $this->config['recommended_actions'] : array(); /*from js action*/ $action_id = esc_attr( ( isset( $_GET['id'] ) ) ? $_GET['id'] : 0 ); $todo = esc_attr( ( isset( $_GET['todo'] ) ) ? $_GET['todo'] : '' ); /*getting saved actions*/ $saved_actions = get_option( $this->theme_slug . '_recommended_actions' ); echo esc_html( wp_unslash( $action_id ) ); /* this is needed and it's the id of the dismissable required action */ if ( ! empty( $action_id ) ) { if ( 'reset' == $todo ) { $saved_actions_new = array(); if ( ! empty( $recommended_actions ) ) { foreach ( $recommended_actions as $recommended_action ) { $saved_actions[ $recommended_action['id'] ] = true; } update_option( $this->theme_slug . '_recommended_actions', $saved_actions_new ); } } /* if the option exists, update the record for the specified id */ elseif ( ! empty( $saved_actions ) and is_array( $saved_actions ) ) { switch ( esc_html( $todo ) ) { case 'add'; $saved_actions[ $action_id ] = true; break; case 'dismiss'; $saved_actions[ $action_id ] = false; break; } update_option( $this->theme_slug . '_recommended_actions', $saved_actions ); /* create the new option,with false for the specified id */ } else { $saved_actions_new = array(); if ( ! empty( $recommended_actions ) ) { foreach ( $recommended_actions as $recommended_action ) { echo $recommended_action['id']; echo ' ' . $todo; if ( $recommended_action['id'] == $action_id ) { switch ( esc_html( $todo ) ) { case 'add'; $saved_actions_new[ $action_id ] = true; break; case 'dismiss'; $saved_actions_new[ $action_id ] = false; break; } } } } update_option( $this->theme_slug . '_recommended_actions', $saved_actions_new ); } } exit; } private function get_recommended_actions() { $saved_actions = get_option( $this->theme_slug . '_recommended_actions' ); if ( ! is_array( $saved_actions ) ) { $saved_actions = array(); } $this->config = $this->get_config(); $recommended_actions = isset( $this->config['recommended_actions'] ) ? $this->config['recommended_actions'] : array(); $valid = array(); if ( isset( $recommended_actions ) && is_array( $recommended_actions ) ) { foreach ( $recommended_actions as $recommended_action ) { if ( ( ! isset( $recommended_action['check'] ) || ( isset( $recommended_action['check'] ) && ( $recommended_action['check'] == false ) ) ) && ( ! isset( $saved_actions[ $recommended_action['id'] ] ) || ( isset( $saved_actions[ $recommended_action['id'] ] ) && ( $saved_actions[ $recommended_action['id'] ] == true ) ) ) ) { $valid[] = $recommended_action; } } } return $valid; } private function count_recommended_actions() { $count = 0; $actions_count = $this->get_recommended_actions(); if ( ! empty( $actions_count ) ) { $count = count( $actions_count ); } return $count; } /** * Adding Theme Info Menu under Appearance. */ function at_admin_menu() { $this->config = $this->get_config(); $this->page_title = isset( $this->config['page_title'] ) ? $this->config['page_title'] : esc_html__( 'Info', 'acmeblog' ) . $this->theme_name; $this->menu_title = isset( $this->config['menu_title'] ) ? $this->config['menu_title'] : esc_html__( 'Info', 'acmeblog' ) . $this->theme_name; if ( ! empty( $this->page_title ) && ! empty( $this->menu_title ) ) { $count = $this->count_recommended_actions(); $menu_title = $count > 0 ? $this->menu_title . '' . esc_html( $count ) . '' : $this->menu_title; /* Example * add_theme_page('My Plugin Theme', 'My Plugin', 'edit_theme_options', 'my-unique-identifier', 'my_plugin_function'); * */ add_theme_page( $this->page_title, $menu_title, 'edit_theme_options', $this->theme_slug . '-info', array( $this, 'at_theme_info_screen', ) ); } } /** * Render the info content screen. */ public function at_theme_info_screen() { $this->config = $this->get_config(); $this->tabs = isset( $this->config['tabs'] ) ? $this->config['tabs'] : array(); if ( ! empty( $this->config['info_title'] ) ) { $welcome_title = $this->config['info_title']; } if ( ! empty( $this->config['info_content'] ) ) { $welcome_content = $this->config['info_content']; } if ( ! empty( $this->config['quick_links'] ) ) { $quick_links = $this->config['quick_links']; } if ( ! empty( $welcome_title ) || ! empty( $welcome_content ) || ! empty( $quick_links ) || ! empty( $this->tabs ) ) { echo '
'; if ( ! empty( $welcome_title ) ) { echo '

'; echo esc_html( $welcome_title ); if ( ! empty( $this->theme_version ) ) { echo esc_html( $this->theme_version ) . ' '; } echo '

'; } if ( ! empty( $welcome_content ) ) { echo '
' . wp_kses_post( $welcome_content ) . '
'; } $notice_nag = get_option( 'acmeblog_admin_notice_welcome' ); if ( ! $notice_nag ) { echo '
' . esc_html__( 'Clicking the button below will install and activate the Advanced Import and Acme Demo Setup plugin.', 'acmeblog' ) . ' ' . esc_html__( 'Get started with AcmeBlog', 'acmeblog' ) . '
'; } echo ''; /*quick links*/ if ( ! empty( $quick_links ) && is_array( $quick_links ) ) { echo ''; } /* Display tabs */ if ( ! empty( $this->tabs ) ) { $current_tab = isset( $_GET['tab'] ) ? wp_unslash( $_GET['tab'] ) : 'getting_started'; echo ''; /* Display content for current tab, dynamic method according to key provided*/ if ( method_exists( $this, $current_tab ) ) { echo "
"; $this->$current_tab(); echo '
'; } } echo '
'; } } /** * Getting started tab */ public function getting_started() { $this->config = $this->get_config(); if ( ! empty( $this->config['getting_started'] ) ) { $getting_started = $this->config['getting_started']; if ( ! empty( $getting_started ) ) { /*defaults values for getting_started array */ $defaults = array( 'title' => '', 'desc' => '', 'recommended_actions' => '', 'link_title' => '', 'link_url' => '', 'is_button' => false, 'is_new_tab' => false, ); echo '
'; foreach ( $getting_started as $getting_started_item ) { /*allowed 6 value in array */ $instance = wp_parse_args( (array) $getting_started_item, $defaults ); /*default values*/ $title = esc_html( $instance['title'] ); $desc = wp_kses_post( $instance['desc'] ); $link_title = esc_html( $instance['link_title'] ); $link_url = esc_url( $instance['link_url'] ); $is_button = $instance['is_button']; $is_new_tab = $instance['is_new_tab']; echo '
'; if ( ! empty( $title ) ) { echo '

' . $title . '

'; } if ( ! empty( $desc ) ) { echo '

' . $desc . '

'; } if ( ! empty( $link_title ) && ! empty( $link_url ) ) { echo '

'; $button_class = ''; if ( $is_button ) { $button_class = 'button button-primary'; } $count = $this->count_recommended_actions(); if ( $getting_started_item['recommended_actions'] && isset( $count ) ) { if ( $count == 0 ) { echo ''; } else { echo ''; } } $button_new_tab = '_self'; if ( $is_new_tab ) { $button_new_tab = '_blank'; } echo '' . $getting_started_item['link_title'] . ''; echo '

'; } echo '
'; } echo '
'; } } } /** * Recommended Actions tab */ public function check_plugin_status( $slug ) { $path = WPMU_PLUGIN_DIR . '/' . $slug . '/' . $slug . '.php'; if ( ! file_exists( $path ) ) { $path = WP_PLUGIN_DIR . '/' . $slug . '/' . $slug . '.php'; if ( ! file_exists( $path ) ) { $path = false; } } if ( file_exists( $path ) ) { include_once ABSPATH . 'wp-admin/includes/plugin.php'; $needs = is_plugin_active( $slug . '/' . $slug . '.php' ) ? 'deactivate' : 'activate'; return array( 'status' => is_plugin_active( $slug . '/' . $slug . '.php' ), 'needs' => $needs, ); } return array( 'status' => false, 'needs' => 'install', ); } public function create_action_link( $state, $slug ) { switch ( $state ) { case 'install': return wp_nonce_url( add_query_arg( array( 'action' => 'install-plugin', 'plugin' => $slug, ), network_admin_url( 'update.php' ) ), 'install-plugin_' . $slug ); break; case 'deactivate': return add_query_arg( array( 'action' => 'deactivate', 'plugin' => rawurlencode( $slug . '/' . $slug . '.php' ), 'plugin_status' => 'all', 'paged' => '1', '_wpnonce' => wp_create_nonce( 'deactivate-plugin_' . $slug . '/' . $slug . '.php' ), ), network_admin_url( 'plugins.php' ) ); break; case 'activate': return add_query_arg( array( 'action' => 'activate', 'plugin' => rawurlencode( $slug . '/' . $slug . '.php' ), 'plugin_status' => 'all', 'paged' => '1', '_wpnonce' => wp_create_nonce( 'activate-plugin_' . $slug . '/' . $slug . '.php' ), ), network_admin_url( 'plugins.php' ) ); break; } } public function recommended_actions() { $this->config = $this->get_config(); $recommended_actions = isset( $this->config['recommended_actions'] ) ? $this->config['recommended_actions'] : array(); $hooray = true; if ( ! empty( $recommended_actions ) ) { echo '