WC_Customer_Download::get_user_email
Get user_email.
Метод класса: WC_Customer_Download{}
Хуков нет.
Возвращает
Строку.
Использование
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->get_user_email( $context );
- $context(строка)
- What the value is for. Valid values are
'view'and'edit'.
По умолчанию:'view'
Код WC_Customer_Download::get_user_email() WC Customer Download::get user email WC 10.8.1
public function get_user_email( $context = 'view' ) {
return $this->get_prop( 'user_email', $context );
}