theme_name = $theme->get( 'Name' ); $this->theme_slug = $theme->get( 'TextDomain' ); $this->theme_author_uri = $theme->get( 'AuthorURI' ); $this->theme_author_name = $theme->get( 'Author' ); $this->free_plugins = $admin_main_class->articlewave_free_plugins_lists(); } /** * Add admin menu. */ public function articlewave_admin_menu() { add_theme_page( sprintf( esc_html__( '%1$s Dashboard', 'articlewave' ), $this->theme_name ), sprintf( esc_html__( '%1$s Dashboard', 'articlewave' ), $this->theme_name ) , 'edit_theme_options', 'articlewave-dashboard', array( $this, 'articlewave_get_started_screen' ) ); } public function articlewave_get_started_screen() { $current_tab = empty( $_GET['tab'] ) ? 'articlewave_welcome' : sanitize_title( $_GET['tab'] ); // Look for a {$current_tab}_screen method. if ( is_callable( array( $this, $current_tab . '_screen' ) ) ) { return $this->{ $current_tab . '_screen' }(); } // Fallback to about screen. return $this->articlewave_welcome_screen(); } /** * Dashboard header * * @access private */ private function articlewave_dashboard_header() { ?>

theme_name ); ?>

%2$s', 'articlewave' ), $this->theme_author_uri, $this->theme_author_name ); ?>
theme_slug .'/reviews/?filter=5#new-post'; ?> theme_slug; ?>
articlewave_dashboard_header(); ?>
icon

%1$s.', 'articlewave' ), $this->theme_name ); ?>

icon

%1$s, and that is why we have gathered all the necessary information here for you. We hope you will enjoy using %1$s as much as we enjoy creating great products.', 'articlewave' ), $this->theme_name ); ?>

icon

theme_name ); ?>

|
articlewave_dashboard_sidebar(); ?>
articlewave_dashboard_header(); ?>
"> articlewave_install_demo_import_plugin_popup(); ?>
articlewave_dashboard_header(); ?>

articlewave_dashboard_sidebar(); ?>
get_changelog( $changelogFilePath ); ?>
articlewave_dashboard_header(); ?>
    N'. esc_html( $note ) .''; } } // loop for improvement if ( ! empty( $log['imp'] ) ) { foreach( $log['imp'] as $note ) { echo '
  • I'. esc_html( $note ) .'
  • '; } } // loop for fixed if ( ! empty( $log['fix'] ) ) { foreach( $log['fix'] as $note ) { echo '
  • F'. esc_html( $note ) .'
  • '; } } // loop for tweak if ( ! empty( $log['tweak'] ) ) { foreach( $log['tweak'] as $note ) { echo '
  • T'. esc_html( $note ) .'
  • '; } } ?>
articlewave_dashboard_sidebar(); ?>
free_plugins; ?>
articlewave_dashboard_header(); ?>

$value ) { switch( $value['action'] ) { case 'install' : $btn_class = 'mt-action-btn install-online button'; $label = esc_html__( 'Install and Activate', 'articlewave' ); break; case 'inactive' : $btn_class = 'mt-action-btn deactivate-online button disabled'; $label = esc_html__( 'Deactivate', 'articlewave' ); break; case 'active' : $btn_class = 'mt-action-btn activate-online button button-primary'; $label = esc_html__( 'Activate', 'articlewave' ); break; } ?>
'; } ?>

|
articlewave_dashboard_sidebar(); ?>