Last active
February 10, 2025 16:36
-
-
Save strangerstudios/43cac2cbcef66e7461b8 to your computer and use it in GitHub Desktop.
Using the pmpro_paypal_button_image filter to change the PayPal button image on the PMPro checkout page.
Getting this error when using it
`The snippet has been deactivated due to an error on line 10:
Cannot redeclare function my_pmpro_paypal_button_image.`
This hook has been fully removed in v3.2. The PayPal button is now a fully accessible, text-based button that can be modified via a gettext function filter, custom CSS, or the pmpro_checkout_default_submit_button filter.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for sharing