Change the PayPal express logo with hook
-
This is an automatic translation
Good morning,
I tried to change the PayPal logo with this snippet but it does not work.
How can I change the default logo of Your plugin with hook?Thanks, Claudio_
Code snippet:
function isa_extended_paypal_icon() {
// picture of accepted credit card icons for PayPal payments
return get_stylesheet_directory_uri() . ‘/images/paypal-payments.jpg’;
}
add_filter( ‘woocommerce_paypal_icon’, ‘isa_extended_paypal_icon’ );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change the PayPal express logo with hook’ is closed to new replies.