wc_clear_system_status_theme_info_cache()
Clear the system status theme info cache.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wc_clear_system_status_theme_info_cache();
Список изменений
С версии 9.4.0 | Введена. |
Код wc_clear_system_status_theme_info_cache() wc clear system status theme info cache WC 9.3.3
function wc_clear_system_status_theme_info_cache() { delete_transient( 'wc_system_status_theme_info' ); }