w3tc_swarmify_active

w3tc_swarmify_active

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

See hook in core

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

apply_filters('w3tc_swarmify_active') is found 1 times:

  • /Extension_Swarmify_Plugin.php line 92
    	}
    
    
    	function _active() {
    		$reject_reason = apply_filters( 'w3tc_swarmify_active', null );
    		if ( !empty( $reject_reason ) ) {
    			$this->reject_reason =
    				__( 'rejected by filter: ', 'w3-total-cache' ) . $reject_reason;
    			return false;
    		}