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.8.8

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

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