Yoast\WP\SEO\Schema_Aggregator\Domain
Page_Controls::get_post_type
Gets the post type.
Метод класса: Page_Controls{}
Хуков нет.
Возвращает
Строку.
Использование
$Page_Controls = new Page_Controls(); $Page_Controls->get_post_type(): string;
Код Page_Controls::get_post_type() Page Controls::get post type Yoast 28.3
public function get_post_type(): string {
return $this->post_type;
}