add_action(‘woocommerce_before_main_content’, function(){ if(is_product_category(‘Marble’)){ echo ‘
This is a custom description added programmatically.
‘; } });