w3tc_lazyload_excludes

w3tc_lazyload_excludes

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_lazyload_excludes') is found 1 times:

  • /UserExperience_LazyLoad_Mutator.php line 20
     
    
    
    	public function run( $buffer ) {
    		$this->excludes = apply_filters( 'w3tc_lazyload_excludes',
    			$this->config->get_array( 'lazyload.exclude' ) );
    
    		$r = apply_filters( 'w3tc_lazyload_mutator_before', array(
    			'buffer' => $buffer,
    			'modified' => $this->modified
    		) );