w3tc_ui_config_item_

w3tc_ui_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_ui_config_item_') is found 1 times:

  • /Util_Ui.php line 1217
    		if ( is_array( $action_key ) ) {
    			$action_key = 'extension.' . $action_key[0] . '.' . $action_key[1];
    		}
    
    		return apply_filters( 'w3tc_ui_config_item_' . $action_key, $a );
    	}
    
    	/**
    	 * Displays config item - caching engine selectbox
    	 */
    	public static function config_item_engine( $a ) {