Remove hook rewrite filter for woocommerce_review_order_after_submit

This commit is contained in:
Pedro Silva 2023-07-03 11:46:55 +01:00
parent 1fd0899149
commit 5fb72b58dc
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -339,14 +339,6 @@ class CompatModule implements ModuleInterface {
},
5
);
add_filter(
'woocommerce_paypal_payments_checkout_button_renderer_hook',
function(): string {
return 'woocommerce_review_order_after_submit';
},
5
);
}
}