w3tc_lazyload_mutator_before

w3tc_lazyload_mutator_before

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

See hook in core

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

apply_filters('w3tc_lazyload_mutator_before') is found 1 times:

  • /UserExperience_LazyLoad_Mutator.php line 23
    	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
    		) );
    		$buffer = $r['buffer'];
    		$this->modified = $r['modified'];
    
    

See this hook used in plugins: