Yoast\WP\SEO\Schema_Aggregator\Domain
Indexable_Count::get_post_type
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() Indexable Count::get post type Yoast 27.7
public function get_post_type(): string {
return $this->post_type;
}