get( 'Name' ); ?>
get( 'Name' ); $theme_description = $theme->get( 'Description' ); $theme_uri = $theme->get( 'ThemeURI' ); ?> { $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() ); $theme_name = $theme->get( 'Name' ); $theme_description = $theme->get( 'Description' ); $theme_uri = $theme->get( 'ThemeURI' ); ?>