Destroyed PayPal Standard (markdown)
parent
fd246d7bf2
commit
6ab5dbff1b
|
@ -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
|
Loading…
Reference in New Issue