Yoast\WP\SEO\Schema_Aggregator\Infrastructure
Config::get_max_per_page
Get maximum items per page
Метод класса: Config{}
Хуков нет.
Возвращает
int.
Использование
$Config = new Config(); $Config->get_max_per_page(): int;
Код Config::get_max_per_page() Config::get max per page Yoast 28.3
public function get_max_per_page(): int {
return self::MAX_PER_PAGE;
}