Support
Support » Plugin: WooCommerce » Text “What is Paypal?” how to remove
(@michel7)
6 years, 10 months ago
Using woocommerce, on the checkout-page, behind the PayPal payment method and its logo the text ” What is Paypal?” is visible. Anybody has any suggestion on how to get rid of this text? txs
(@riaanknoetze)
You can use the filter mentioned at the following address to strip out that text (or replace it with your own): https://github.com/woocommerce/woocommerce/blob/7b95988811a988053ae0c7e031ee75a3a838dff0/includes/gateways/paypal/class-wc-gateway-paypal.php#L105
Alternatively, you could also look into using https://wordpress.org/plugins/say-what/
Thanks !