Yoast\WP\SEO\Analytics\Domain

Missing_Indexable_Count::get_indexable_typepublicYoast 1.0

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() Yoast 27.7

public function get_indexable_type() {
	return $this->indexable_type;
}