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' ) ) { } $hide_notice = sanitize_text_field( $_GET['businessup-hide-notice'] ); } } /** /** * financeup_intro text/links shown to all about pages. * * @access private */ private function businessup_intro() { global $businessup_version; $theme = wp_get_theme( get_template() ); // Drop minor version if 0 $major_version = substr( $businessup_version, 0, 3 ); ?>

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(); ?>