WC_Helper::flush_connection_data_cachepublic staticWC 1.0

Flush connection data cache.

Method of the class: WC_Helper{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Helper::flush_connection_data_cache();

WC_Helper::flush_connection_data_cache() code WC 10.3.3

public static function flush_connection_data_cache() {
	delete_transient( '_woocommerce_helper_connection_data' );
}