Yoast\WP\SEO\AI\Content_Planner\Application
Content_Outline_Command::get_user
Returns the user.
Метод класса: Content_Outline_Command{}
Хуков нет.
Возвращает
WP_User. The user.
Использование
$Content_Outline_Command = new Content_Outline_Command(); $Content_Outline_Command->get_user(): WP_User;
Код Content_Outline_Command::get_user() Content Outline Command::get user Yoast 27.7
public function get_user(): WP_User {
return $this->user;
}