woocommerce_attribute_label

woocommerce_attribute_label

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_attribute_label') is found 1 times:

  • /includes/wc-attribute-functions.php line 211
    	} else {
    		$label = $name;
    	}
    
    	return apply_filters( 'woocommerce_attribute_label', $label, $name, $product );
    }
    
    /**
     * Get a product attributes orderby setting.
     *
     * @param string $name Attribute name.
    

See this hook used in plugins: