Theme_Installer_Skin::before()
Action to perform before installing a theme.
Contents
Source
File: wp-admin/includes/class-theme-installer-skin.php
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 ); } }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |