Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

Change the PayPal express logo with hook

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 67836

Trending Articles