WC_Customer_Download_Log::get_user_id
Get user id.
Method of the class: WC_Customer_Download_Log{}
No Hooks.
Returns
Int.
Usage
$WC_Customer_Download_Log = new WC_Customer_Download_Log(); $WC_Customer_Download_Log->get_user_id( $context );
- $context(string)
- Get context.
Default:'view'
WC_Customer_Download_Log::get_user_id() WC Customer Download Log::get user id code WC 10.8.1
public function get_user_id( $context = 'view' ) {
return $this->get_prop( 'user_id', $context );
}