WPSEO_Option_Llmstxt::get_other_included_pages_limitpublicYoast 1.0

Gets the limit for the other included pages.

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

Хуков нет.

Возвращает

int. The limit for the other included pages.

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

$WPSEO_Option_Llmstxt = new WPSEO_Option_Llmstxt();
$WPSEO_Option_Llmstxt->get_other_included_pages_limit();

Код WPSEO_Option_Llmstxt::get_other_included_pages_limit() Yoast 28.4

public function get_other_included_pages_limit() {
	return self::OTHER_INCLUDED_PAGES_LIMIT;
}