WC_Customer_Download::get_user_id
Get user id.
Method of the class: WC_Customer_Download{}
No Hooks.
Returns
Int.
Usage
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->get_user_id( $context );
- $context(string)
- What the value is for. Valid values are
'view'and'edit'.
Default:'view'
WC_Customer_Download::get_user_id() WC Customer Download::get user id code WC 10.4.3
public function get_user_id( $context = 'view' ) {
return $this->get_prop( 'user_id', $context );
}