w3tc_swarmify_active

w3tc_swarmify_active

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

See hook in core

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

apply_filters('w3tc_swarmify_active') is found 1 times:

  • /Extension_Swarmify_Plugin.php line 131
    	 *
    	 * @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;
    		}
    
    		/**