Destroyed PayPal Standard (markdown)

mikejolley 2011-12-02 15:16:08 -08:00
parent fd246d7bf2
commit 6ab5dbff1b
1 changed files with 0 additions and 13 deletions

@ -1,13 +0,0 @@
# PayPal Standard
`add_filter('woocommerce_paypal_icon', 'custom_woocommerce_paypal_icon')
function custom_woocommerce_paypal_icon( $url ) {
$url = 'http://yoursite,com/youriconurl.png';
return $url;
}`
# Hooks for other gateways
* woocommerce_cheque_icon
* woocommerce_bacs_icon