wppaste
WordPress

WP_Theme_Install_List_Table::theme_installer()

Source
wp-admin/includes/class-wp-theme-install-list-table.php:394
Prints the wrapper for the theme installer.

Uses · 2

  • _e()Displays translated text.
  • esc_attr_e()Displays translated text that has been escaped for safe use in an attribute.

Used by · 1

Source

	public function theme_installer() {		?>		<div id="theme-installer" class="wp-full-overlay expanded">			<div class="wp-full-overlay-sidebar">				<div class="wp-full-overlay-header">					<a href="#" class="close-full-overlay button"><?php _e( 'Close' ); ?></a>					<span class="theme-install"></span>				</div>				<div class="wp-full-overlay-sidebar-content">					<div class="install-theme-info"></div>				</div>				<div class="wp-full-overlay-footer">					<button type="button" class="collapse-sidebar button" aria-expanded="true" aria-label="<?php esc_attr_e( 'Collapse Sidebar' ); ?>">						<span class="collapse-sidebar-arrow"></span>						<span class="collapse-sidebar-label"><?php _e( 'Collapse' ); ?></span>					</button>				</div>			</div>			<div class="wp-full-overlay-main"></div>		</div>		<?php	}

History

Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

About this page

Parsed data
Generated from the wordpress-develop 6.7.7 tag, from src/wp-admin/includes/class-wp-theme-install-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.