You appear to be a bot. Output may be restricted
Description
Retrieve payment gateway
Usage
$string = EDD_Payment::get_gateway();
Parameters
Returns
string Gateway used
Source
File name: easy-digital-downloads/includes/payments/class-edd-payment.php
Lines:
1 to 3 of 3
private function get_gateway() { return apply_filters( 'edd_payment_gateway', $this->gateway, $this->ID, $this ); }