Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Bradley-D/8644910 to your computer and use it in GitHub Desktop.
Save Bradley-D/8644910 to your computer and use it in GitHub Desktop.
function cool_function_name_paypal_icon( $url ) {
$url = get_bloginfo( 'template_url' ) . "/put-any-url-here.png";
return $url;
}
add_filter( 'woocommerce_paypal_icon', 'cool_function_name_paypal_icon' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment