Theme_Installer_Skin::before() –
You appear to be a bot. Output may be restricted
Description
Action to perform before installing a theme.
Usage
Theme_Installer_Skin::before();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/class-theme-installer-skin.php
Lines:
1 to 9 of 9
public function before() { if ( ! empty( $this->api ) ) { $this->upgrader->strings['process_success'] = sprintf( $this->upgrader->strings['process_success_specific'], $this->api->name, $this->api->version ); } }