-
Posted a reply to [WooCommerce PayPal Express Checkout Payment Gateway] How to change the “Checkout with Paypal” Button image, on the site WordPress.org Forums:
// Hook in add_filter( 'woocommerce_paypal_express_checkout_button_img_url' , 'custom_override_woocommerce_paypal_express_checkout_button_img_url' ); // Our hooked in function - $fields…