wc_clear_system_status_theme_info_cache()
Clear the system status theme info cache.
No Hooks.
Returns
null. Nothing (null).
Usage
wc_clear_system_status_theme_info_cache();
Changelog
| Since 9.4.0 | Introduced. |
wc_clear_system_status_theme_info_cache() wc clear system status theme info cache code WC 10.4.3
function wc_clear_system_status_theme_info_cache() {
delete_transient( 'wc_system_status_theme_info' );
}