Skip to content

Instantly share code, notes, and snippets.

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/60e2a99dc6a483994acd64e5b2aef52c to your computer and use it in GitHub Desktop.
Save woogists/60e2a99dc6a483994acd64e5b2aef52c to your computer and use it in GitHub Desktop.
[PayPal Pro Payflow] Change credit card icons in PayPal Pro Payflow
add_filter( 'woocommerce_paypal_pro_payflow_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