mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Remove hook rewrite filter for woocommerce_review_order_after_submit
This commit is contained in:
parent
1fd0899149
commit
5fb72b58dc
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue