Skip to content

Instantly share code, notes, and snippets.

@corsonr
Created March 3, 2016 09:14
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 corsonr/32658678bcf26fe6a96c to your computer and use it in GitHub Desktop.
Save corsonr/32658678bcf26fe6a96c to your computer and use it in GitHub Desktop.
WooCommerce Moneris: use PNG, not SVG CC icons
<?php
/**
* Moneris: use .png files instead of .svg files for cards icons
*/
add_filter( 'wc_payment_gateway_moneris_use_svg', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment