mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
fix filter name
This commit is contained in:
parent
4f8e917c37
commit
defae9cca0
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ class SmartButton implements SmartButtonInterface {
|
|||
private function proceed_to_checkout_button_renderer_hook(): string
|
||||
{
|
||||
return (string) apply_filters(
|
||||
'woocommerce_paypal_payments_to_checkout_button_renderer_hook',
|
||||
'woocommerce_paypal_payments_proceed_to_checkout_button_renderer_hook',
|
||||
'woocommerce_proceed_to_checkout'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue