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

apply_filters('w3tc_objectcache_addin_required') is found 1 times:

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

See this hook used in plugins: