You appear to be a bot. Output may be restricted
Description
Specific gateway
Usage
EDD_Payments_Query::gateway();
Parameters
Returns
void void
Source
File name: easy-digital-downloads/includes/payments/class-payments-query.php
Lines:
1 to 10 of 10
public function gateway() { if ( is_null( $this->args['gateway'] ) ) { return; } $this->__set( 'meta_query', array( 'key' => '_edd_payment_gateway', 'value' => $this->args['gateway'] ) ); }