* Update: Added a custom integration for WooCommerce Memberships to allow membership discounts to be applied before Dynamic Pricing discounts.
The default is that Memberships will apply discounts on top of anything Dynamic Pricing has already done. This update allows you to change this by
using the following filter. To use this add it to your functions file, or elsewhere you have custom code.
add_filter('wc_dynamic_pricing_apply_membership_discounts_first', '__return_true');