display( 'Name' ), esc_html__( 'About', 'businessup' ) . ' ' . $theme->display( 'Name' ), 'activate_plugins', 'businessup-welcome', array( $this, 'welcome_screen' ) ); add_action( 'admin_print_styles-' . $page, array( $this, 'businessup_enqueue_styles' ) ); } /** * Enqueue styles. */ public function businessup_enqueue_styles() { global $businessup_version; wp_enqueue_style( 'businessup-welcome', get_template_directory_uri() . '/css/themeinfo.css', array(), $businessup_version ); } /** * Hide a notice if the GET variable is set. */ public static function businessup_hide_notices() { if ( isset( $_GET['businessup-hide-notice'] ) && isset( $_GET['_businessup_notice_nonce'] ) ) { if ( ! wp_verify_nonce( $_GET['_businessup_notice_nonce'], 'businessup_businessup_hide_notices_nonce' ) ) { } if ( ! current_user_can( 'manage_options' ) ) { wp_die( __( 'Cheatin’ huh?', 'businessup' ) ); } $hide_notice = sanitize_text_field( $_GET['businessup-hide-notice'] ); } } public function businessup_activation_admin_notice() { global $pagenow; if ( is_admin() && ('themes.php' == $pagenow) && isset( $_GET['activated'] ) ) { add_action( 'admin_notices', array( $this, 'businessup_admin_notice' ), 99 ); } } /** * Display an admin notice linking to the welcome screen * @sfunctionse 1.8.2.4 */ public function businessup_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() ); ?>
businessup_intro(); ?>

display( 'Name' ); ?>

display( 'Name' ); ?>

|
businessup_intro(); ?>

businessup_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=businessup-welcome&tab=import_dummy_data'), ), network_admin_url('themes.php?page=businessup-welcome&tab=import_dummy_data')); $button_class = 'activate-now button-primary'; $button_txt = esc_html__( 'Active Now', 'businessup' ); } $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 businessup theme. Click and Process.

','businessup')); ?>

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

    '; ?>