WC_Helper::flush_connection_data_cache
Flush connection data cache.
Метод класса: WC_Helper{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = WC_Helper::flush_connection_data_cache();
Код WC_Helper::flush_connection_data_cache() WC Helper::flush connection data cache WC 11.0.0
public static function flush_connection_data_cache() {
delete_transient( self::CACHE_KEY_CONNECTION_DATA );
}