w3tc_module_is_running-{$w3tc_module}

w3tc_module_is_running-{$w3tc_module}

Hook Type: filter

See hook in core

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

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

  • /ModuleStatus.php line 94
    	 *
    	 * @return bool True if the module is running, false otherwise.
    	 */
    	public function is_running( $w3tc_module ) {
    		return apply_filters( "w3tc_module_is_running-{$w3tc_module}", $this->is_enabled( $w3tc_module ) );
    	}
    
    	/**
    	 * Determines whether Memcached can be emptied.
    	 *
    	 * @return bool True if Memcached can be emptied, false otherwise.