WPSEO_Option_Llmstxt::get_other_included_pages_limit
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() WPSEO Option Llmstxt::get other included pages limit Yoast 28.4
public function get_other_included_pages_limit() {
return self::OTHER_INCLUDED_PAGES_LIMIT;
}