Yoast_Notification::get_user()publicYoast 1.0

Retrieve the user to show the notification for.

Метод класса: Yoast_Notification{}

Хуков нет.

Возвращает

WP_User. The user to show this notification for.

Использование

$Yoast_Notification = new Yoast_Notification();
$Yoast_Notification->get_user();

Код Yoast_Notification::get_user() Yoast 21.6

public function get_user() {
	return $this->options['user'];
}