WC_Helper::flush_connection_data_cache
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() 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 );
}