Compatible with yith woocommerce point & rewards
Compatible with YITH WooCommerce Points & Rewards.
add_filter('advanced_woo_discount_rules_exclude_hooks_from_removing', function($allowed_hooks){
if(isset($allowed_hooks['woocommerce_checkout_order_processed'])){
unset($allowed_hooks['woocommerce_checkout_order_processed']);
}
return $allowed_hooks;
});