w3tc_lazyload_is_embed_script

w3tc_lazyload_is_embed_script

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

See hook in core

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

apply_filters('w3tc_lazyload_is_embed_script') is found 1 times:

  • /UserExperience_LazyLoad_Plugin.php line 84
    		// embed lazyload script
    		if ( $mutator->content_modified() ) {
    			$buffer = apply_filters( 'w3tc_lazyload_embed_script', $buffer );
    
    			$is_embed_script = apply_filters( 'w3tc_lazyload_is_embed_script', true );
    			if ( $is_embed_script ) {
    				$buffer = $this->embed_script( $buffer );
    			}
    		}
    
    		return $buffer;