w3tc_module_is_running-{$module}

w3tc_module_is_running-{$module}

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

See hook in core

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

apply_filters('w3tc_module_is_running-{$module}') is found 1 times:

  • /ModuleStatus.php line 57
    	 * @param unknown $module
    	 * @return mixed|void
    	 */
    	public function is_running( $module ) {
    		return apply_filters( "w3tc_module_is_running-{$module}", $this->is_enabled( $module ) );
    	}
    
    	/**
    	 *
    	 *
    	 * @return bool