Yoast\WP\SEO\Helpers
Options_Helper::get_other_included_pages_limit
Gets the limit for the other included pages.
Метод класса: Options_Helper{}
Хуков нет.
Возвращает
int. The limit for the other included pages.
Использование
$Options_Helper = new Options_Helper(); $Options_Helper->get_other_included_pages_limit();
Код Options_Helper::get_other_included_pages_limit() Options Helper::get other included pages limit Yoast 27.9
public function get_other_included_pages_limit() {
return WPSEO_Option_Llmstxt::get_instance()->get_other_included_pages_limit();
}