display( 'Name' ), esc_html__( 'About', 'bizwhoop' ) . ' ' . $theme->display( 'Name' ), 'activate_plugins', 'bizwhoop-welcome', array( $this, 'welcome_screen' ) ); add_action( 'admin_print_styles-' . $page, array( $this, 'bizwhoop_enqueue_styles' ) ); } /** * Enqueue styles. */ public function bizwhoop_enqueue_styles() { global $bizwhoop_version; wp_enqueue_style( 'bizwhoop-welcome', get_template_directory_uri() . '/css/themeinfo.css', array(), $bizwhoop_version ); } /** * Hide a notice if the GET variable is set. */ public static function bizwhoop_hide_notices() { if ( isset( $_GET['bizwhoop-hide-notice'] ) && isset( $_GET['_bizwhoop_notice_nonce'] ) ) { if ( ! wp_verify_nonce( $_GET['_bizwhoop_notice_nonce'], 'bizwhoop_bizwhoop_hide_notices_nonce' ) ) { wp_die( __( 'Action failed. Please refresh the page and retry.', 'bizwhoop' ) ); } if ( ! current_user_can( 'manage_options' ) ) { wp_die( __( 'Cheatin’ huh?', 'bizwhoop' ) ); } $hide_notice = sanitize_text_field( $_GET['bizwhoop-hide-notice'] ); } } public function bizwhoop_activation_admin_notice() { global $pagenow; if ( is_admin() && ('themes.php' == $pagenow) && isset( $_GET['activated'] ) ) { add_action( 'admin_notices', array( $this, 'bizwhoop_admin_notice' ), 99 ); } } /** * Display an admin notice linking to the welcome screen * @sfunctionse 1.8.2.4 */ public function bizwhoop_admin_notice() { ?>

', '' ); ?>

display( 'Name' ); ?>

{ $current_tab . '_screen' }(); } // Fallback to about screen. return $this->about_screen(); } /** * Output the about screen. */ public function about_screen() { $theme = wp_get_theme( get_template() ); ?>
bizwhoop_intro(); ?>

display( 'Name' ); ?>

display( 'Name' ); ?>

|
bizwhoop_intro(); ?>

bizwhoop_intro(); ?>

bizwhoop_intro(); ?>
'install-plugin', 'plugin' => $plugin_name ), network_admin_url( 'update.php' ) ), 'install-plugin_'.$plugin_name ); } else { $install_url = add_query_arg(array( 'action' => 'activate', 'plugin' => rawurlencode( $plugin_name . '/' . $plugin_name . '.php' ), 'plugin_status' => 'all', 'paged' => '1', 'external_url' => network_admin_url('themes.php?page=bizwhoop-welcome&tab=import_dummy_data'), ), network_admin_url('themes.php?page=bizwhoop-welcome&tab=import_dummy_data')); $button_class = 'activate-now button-primary'; $button_txt = esc_html__( 'Active Now', 'bizwhoop' ); } $detail_link = add_query_arg( array( 'tab' => 'plugin-information', 'plugin' => $plugin_name, 'TB_iframe' => 'true', 'width' => '772', 'height' => '349', ), network_admin_url( 'plugin-install.php' ) ); ?>

One Click Demo Import is the WordPress Plugin helps to create exact replica of bizwhoop theme. Click and Process.

','bizwhoop')); ?>

  • > Import Demo Data.','bizwhoop'); ?>
  • '.$button_txt.'

    '; ?>