Yoast_Notification::get_user()
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 Notification::get user Yoast 21.6
public function get_user() { return $this->options['user']; }