w3tc_lazyload_excludes

w3tc_lazyload_excludes

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

See hook in core

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

apply_filters('w3tc_lazyload_excludes') is found 1 times:

  • /UserExperience_LazyLoad_Mutator.php line 63
    	 *
    	 * @return string The modified buffer with lazy loading applied.
    	 */
    	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,