Created
March 9, 2018 17:04
-
-
Save woogists/2b2bb4266766ebdf49e25632e56071eb to your computer and use it in GitHub Desktop.
[PayPal Pro] Change credit card icons in PayPal Pro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'woocommerce_paypal_pro_icon', 'custom_woocommerce_paypal_pro_icon' ); | |
function custom_woocommerce_paypal_pro_icon() { | |
return 'https://yoursite.com/icon.png'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment