WC_Customer::get_avatar_url()
Return this customer's avatar.
Метод класса: WC_Customer{}
Хуков нет.
Возвращает
Строку
.
Использование
$WC_Customer = new WC_Customer(); $WC_Customer->get_avatar_url();
Список изменений
С версии 3.0.0 | Введена. |
Код WC_Customer::get_avatar_url() WC Customer::get avatar url WC 9.8.1
public function get_avatar_url() { return get_avatar_url( $this->get_email() ); }