Plugin_Installer_Skin::before()
Performs an action before installing a plugin.
Contents
Source
File: wp-admin/includes/class-plugin-installer-skin.php
.
View all references
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
);
}
}
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |