RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_payment_user_ip

rpress_payment_user_ip

This filter is applied to use to retrieve payment IP, it is including two parameters.

apply_filters( ‘rpress_payment_user_ip’, $this->ip, $this->ID, $this );

$this->ip is to get payment IP address
$this->ID is used to get id.
$this is used to get access to the class.

How can we help?