w3tc_lazyload_can_process

w3tc_lazyload_can_process

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_lazyload_can_process') is found 1 times:

  • /UserExperience_LazyLoad_Plugin.php line 59
    			'reason' => null
    		);
    
    		$can_process = $this->can_process( $can_process );
    		$can_process = apply_filters( 'w3tc_lazyload_can_process', $can_process );
    
    		// set reject reason in comment
    		if ( $can_process['enabled'] ) {
    			$reject_reason = '';
    		} else {
    			$reject_reason = empty( $can_process['reason'] ) ?
    

See this hook used in plugins: