w3tc_config_labels

w3tc_config_labels

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

  • /Util_Ui.php line 143
    	 */
    	public static function config_label( $config_key ) {
    		static $config_labels = null;
    		if ( is_null( $config_labels ) ) {
    			$config_labels = apply_filters( 'w3tc_config_labels', array() );
    		}
    
    		if ( isset( $config_labels[ $config_key ] ) ) {
    			return $config_labels[ $config_key ];
    		}
    
    

See this hook used in plugins: