Theme_Installer_Skin::before()
最后更新于:2021-11-26 04:12:08
Theme_Installer_Skin::before()Action to perform before installing a theme.
源文件
文件: gc-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
);
}
}