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

apply_filters('w3tc_config_default_values') is found 2 times:

  • /Config.php line 210
     
    		// 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 219
    			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: