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