WC_Customer_Download_Log::get_user_id()
Get user id.
Метод класса: WC_Customer_Download_Log{}
Хуков нет.
Возвращает
Int
.
Использование
$WC_Customer_Download_Log = new WC_Customer_Download_Log(); $WC_Customer_Download_Log->get_user_id( $context );
- $context(строка)
- Get context.
По умолчанию: 'view'
Код WC_Customer_Download_Log::get_user_id() WC Customer Download Log::get user id WC 9.5.1
public function get_user_id( $context = 'view' ) { return $this->get_prop( 'user_id', $context ); }