Yoast\WP\SEO\Schema_Aggregator\Domain

Page_Controls::get_post_typepublicYoast 1.0

Gets the post type.

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

Хуков нет.

Возвращает

Строку.

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

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

Код Page_Controls::get_post_type() Yoast 28.3

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