[ad_1]
Plugin Support
Krystian
(@inpsydekrystian)
Hello @realpower
To address your concern, you can revert to the previous placement of the Pay Later messaging (within the PayPal gateway area) by using a filter. Here is the code snippet that you need to add:
add_filter('woocommerce_paypal_payments_checkout_messages_renderer_hook', function () {
return 'ppcp_start_button_wrapper_ppcp_gateway';
});For more detailed information and additional customization options, please visit our GitHub page. Please try implementing this solution, and let me know if it works for you or if you encounter any further issues.
Kind Regards,
Krystian
I used the code, it worked!
Thank you very much
