w3tc_config_default_values

w3tc_config_default_values

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_config_default_values') is found 2 times:

  • /Config.php line 147
     
    		// try cached default values
    		static $default_values = null;
    		if ( is_null( $default_values ) )
    			$default_values = apply_filters( 'w3tc_config_default_values',
    				array() );
    
    		$v = $this->_get( $default_values, $key );
    		if ( !is_null( $v ) )
    			return $v;
    
    
  • /Config.php line 155
    		if ( !is_null( $v ) )
    			return $v;
    
    		// update default values
    		$default_values = apply_filters( 'w3tc_config_default_values',
    			array() );
    
    		$v = $this->_get( $default_values, $key );
    		if ( !is_null( $v ) )
    			return $v;
    
    

See this hook used in plugins: