wc_clear_system_status_theme_info_cache()WC 9.4.0

Clear the system status theme info cache.

No Hooks.

Return

null. Nothing (null).

Usage

wc_clear_system_status_theme_info_cache();

Changelog

Since 9.4.0 Introduced.

wc_clear_system_status_theme_info_cache() code WC 9.3.3

function wc_clear_system_status_theme_info_cache() {
	delete_transient( 'wc_system_status_theme_info' );
}