w3tc_objectcache_addin_required

w3tc_objectcache_addin_required

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('w3tc_objectcache_addin_required') is found 1 times:

  • /ObjectCache_Environment.php line 25
    		$exs = new Util_Environment_Exceptions();
    
    		try {
    			$addin_required = $config->getf_boolean( 'objectcache.enabled' );
    			$addin_required = apply_filters( 'w3tc_objectcache_addin_required',
    				$addin_required );
    
    			if ( $addin_required )
    				$this->create_addin();
    			else
    				$this->delete_addin();
    

See this hook used in plugins: