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.3.3
public static function flush_connection_data_cache() {
delete_transient( '_woocommerce_helper_connection_data' );
}