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.8.1

public static function flush_connection_data_cache() {
	delete_transient( self::CACHE_KEY_CONNECTION_DATA );
}