This code snippet overrides the WooCommerce Price Per Unit plugin to exclude unit price for products in the your-category
category. It dynamically removes the unit price display for specific products based on their category.
- Copy the code below into your WordPress theme's
functions.php
file or a custom plugin. - Adjust the
$excluded_categories
array if needed to match your specific category slugs.