w3tc_dbcache_cache_set, $filter_data
w3tc_dbcache_cache_set, $filter_data
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_dbcache_cache_set, $filter_data') is found 1 times:
- /DbCache_WpdbInjection_QueryCaching.php line 246
'expiration' => $this->_lifetime, ); if ( $this->use_filters && function_exists( 'apply_filters' ) ) { $filter_data = apply_filters( 'w3tc_dbcache_cache_set', $filter_data ); } $cache->set( md5( $filter_data['query'] ), $filter_data['content'], $filter_data['expiration'],