Yoast\WP\SEO\AI\Content_Planner\Application

Content_Suggestion_Command::get_userpublicYoast 1.0

Returns the user.

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

Хуков нет.

Возвращает

WP_User. The user.

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

$Content_Suggestion_Command = new Content_Suggestion_Command();
$Content_Suggestion_Command->get_user(): WP_User;

Код Content_Suggestion_Command::get_user() Yoast 28.3

public function get_user(): WP_User {
	return $this->user;
}