Plugin_Installer_Skin::before()
最后更新于:2021-11-25 20:35:44
Plugin_Installer_Skin::before()Action to perform before installing a plugin.
源文件
文件: gc-admin/includes/class-plugin-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
);
}
}