Skip to content

Instantly share code, notes, and snippets.

@woogists
Created March 9, 2018 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogists/2b2bb4266766ebdf49e25632e56071eb to your computer and use it in GitHub Desktop.
Save woogists/2b2bb4266766ebdf49e25632e56071eb to your computer and use it in GitHub Desktop.
[PayPal Pro] Change credit card icons in PayPal Pro
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