Created
July 10, 2015 03:28
-
-
Save slash1andy/caa198525d5dd1e51a81 to your computer and use it in GitHub Desktop.
Replace Default WooCommerce PayPal Accepted Cards Image
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
function replacePPIcon($iconUrl) { | |
return get_bloginfo('stylesheet_directory') . '/images/Cards.png'; | |
} | |
add_filter('woocommerce_paypal_icon', 'replacePPIcon'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment