WC_REST_System_Status_V2_Controller::clean_theme_cache()
Clear the system status theme cache
Метод класса: WC_REST_System_Status_V2_Controller{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$result = WC_REST_System_Status_V2_Controller::clean_theme_cache();
Код WC_REST_System_Status_V2_Controller::clean_theme_cache() WC REST System Status V2 Controller::clean theme cache WC 7.7.0
public static function clean_theme_cache() { delete_transient( 'wc_system_status_theme_info' ); }