w3tc_swarmify_active, null

w3tc_swarmify_active, null

Hook Type: filter

See hook in core

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

apply_filters('w3tc_swarmify_active, null') is found 1 times:

  • /Extension_Swarmify_Plugin.php line 134
    	 *
    	 * @return bool True if the plugin is active, false otherwise.
    	 */
    	public 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;
    		}
    
    		/**