w3tc_pagecache_set, $_data, $this->_page_key, $this->_page_group

w3tc_pagecache_set, $_data, $this->_page_key, $this->_page_group

Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.3

apply_filters('w3tc_pagecache_set, $_data, $this->_page_key, $this->_page_group') is found 1 times:

  • /PgCache_ContentGrabber.php line 2994
    			if ( $has_dynamic ) {
    				$_data['has_dynamic'] = true;
    			}
    
    			$_data = apply_filters( 'w3tc_pagecache_set', $_data, $this->_page_key, $this->_page_group );
    
    			if ( ! empty( $_data ) ) {
    				$cache->set( $this->_page_key, $_data, $this->_lifetime, $this->_page_group );
    				$something_was_set = true;
    			}
    		}