w3tc_can_cache, $original_can_cache, $this, $buffer
w3tc_can_cache, $original_can_cache, $this, $buffer
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_can_cache, $original_can_cache, $this, $buffer') is found 1 times:
- /PgCache_ContentGrabber.php line 549
$response_headers = $this->_get_response_headers(); // TODO: call modifies object state, rename method at least. $original_can_cache = $this->_can_write_cache( $buffer, $response_headers ); $can_cache = apply_filters( 'w3tc_can_cache', $original_can_cache, $this, $buffer ); if ( $can_cache !== $original_can_cache ) { $this->cache_reject_reason = 'Third-party plugin has modified caching activity'; } if ( $this->_debug ) { self::log(