Added Apple Pay method
-
I found how to add more icons. As long as they are defined in the PaymentFont as defined here, you can add extra lines of code as follows, in the php file /classes/class-wc-payment-methods.php
'apple-pay' => 'Apple Pay',
Then you can add the key reference to the list of methods in the widget, in our case apple-pay.
- The topic ‘Added Apple Pay method’ is closed to new replies.