Yoast\WP\SEO\Schema_Aggregator\Domain

Indexable_Count::get_post_typepublicYoast 1.0

Gets the post type.

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

Хуков нет.

Возвращает

Строку. The post type.

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

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

Код Indexable_Count::get_post_type() Yoast 27.7

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