w3tc_pagecache_set

w3tc_pagecache_set

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('w3tc_pagecache_set') is found 1 times:

  • /PgCache_ContentGrabber.php line 2187
    			}
    			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;
    			}
    

See this hook used in plugins: