WC_Customer_Download_Log::get_user_ip_address()
Get user ip address.
Method of the class: WC_Customer_Download_Log{}
No Hooks.
Return
String
.
Usage
$WC_Customer_Download_Log = new WC_Customer_Download_Log(); $WC_Customer_Download_Log->get_user_ip_address( $context );
- $context(string)
- Get context.
Default: 'view'
WC_Customer_Download_Log::get_user_ip_address() WC Customer Download Log::get user ip address code WC 7.7.0
public function get_user_ip_address( $context = 'view' ) { return $this->get_prop( 'user_ip_address', $context ); }