get( 'Name' ); ?>

', '' ); ?>

get( 'Name' ); $theme_description = $theme->get( 'Description' ); $theme_uri = $theme->get( 'ThemeURI' ); // Drop minor version if 0 //$major_version = substr( $fullscreen_agency_theme_version, 0, 3 ); ?>

{ $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' ); ?>
intro(); ?>

|
intro(); ?>
'lunartemplate', ); // Set the $request array. $request = array( 'body' => array( 'action' => 'query_themes', 'request' => serialize( (object)$args ) ) ); $themes = $this->fullscreen_agency_get_themes( $request ); $active_theme = wp_get_theme()->get( 'Name' ); $counter = 1; // For currently active theme. foreach ( $themes->themes as $theme ) { if( $active_theme == $theme->name ) { ?>

: name ); ?>

themes as $theme ) { if( $active_theme != $theme->name ) { // Set the argument array with author name. $args = array( 'slug' => esc_attr( $theme->slug ), ); // Set the $request array. $request = array( 'body' => array( 'action' => 'theme_information', 'request' => serialize( (object)$args ) ) ); $theme_details = $this->fullscreen_agency_get_themes( $request ); if( empty( $theme_details->template ) ) { ?>

name ); ?>

slug )->exists() ) { ?> 'install-theme', 'theme' => esc_attr( $theme->slug ), ), self_admin_url( 'update.php' ) ); ?>
intro(); ?>

get_contents( $changelog_file ); $changelog_list = $this->parse_changelog( $changelog ); echo wp_kses_post( $changelog_list ); } ?>
'; foreach ( $changes as $index => $line ) { $changelog .= wp_kses_post( preg_replace( '~(=\s*Version\s*(\d+(?:\.\d+)+)\s*=|$)~Uis', '${1}', $line ) ); } $changelog .= ''; } return wp_kses_post( $changelog ); } /** * Output the free vs pro screen. */ public function free_vs_pro_screen() { ?>
intro(); ?>