Filter products / Showing 1 - 16 of 210 results
Product Category
Color

add_action(‘woocommerce_before_main_content’, function(){
if(is_product_category(‘Marble’)){
echo ‘

This is a custom description added programmatically.

‘;
}
});