w3tc_config_item_

w3tc_config_item_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_config_item_') is found 1 times:

  • /Config.php line 229
    	 * call doesn't repeat too many times
    	 */
    	public function getf( $key, $default = null ) {
    		$v = $this->get( $key, $default );
    		return apply_filters( 'w3tc_config_item_' . $key, $v );
    	}
    
    	/**
    	 * Returns string value with ability to hook it
    	 */
    	public function getf_string( $key, $default = '', $trim = true ) {