Yoast\WP\SEO\AI\Content_Planner\Application

Content_Suggestion_Command::get_post_typepublicYoast 1.0

Returns the post type.

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

Хуков нет.

Возвращает

Строку. The post type.

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

$Content_Suggestion_Command = new Content_Suggestion_Command();
$Content_Suggestion_Command->get_post_type(): string;

Код Content_Suggestion_Command::get_post_type() Yoast 27.7

public function get_post_type(): string {
	return $this->post_type;
}