You appear to be a bot. Output may be restricted
Description
Register the payment icon
Usage
$array = EDD_Amazon_Payments::register_payment_icon( $payment_icons );
Parameters
- $payment_icons
- ( array ) required – Array of payment icons
Returns
array The array of icons with Amazon Added
Source
File name: easy-digital-downloads/includes/gateways/amazon-payments.php
Lines:
1 to 5 of 5
public function register_payment_icon( $payment_icons ) { $payment_icons['amazon'] = 'Amazon'; return $payment_icons; }