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