Yoast\WP\SEO\Analytics\Domain
Missing_Indexable_Count::get_indexable_type
Gets the indexable type.
Метод класса: Missing_Indexable_Count{}
Хуков нет.
Возвращает
Строку. Returns the indexable type.
Использование
$Missing_Indexable_Count = new Missing_Indexable_Count(); $Missing_Indexable_Count->get_indexable_type();
Код Missing_Indexable_Count::get_indexable_type() Missing Indexable Count::get indexable type Yoast 27.7
public function get_indexable_type() {
return $this->indexable_type;
}