Yoast\WP\SEO\Schema_Aggregator\Infrastructure

Config::get_max_per_pagepublicYoast 1.0

Get maximum items per page

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

Хуков нет.

Возвращает

int.

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

$Config = new Config();
$Config->get_max_per_page(): int;

Код Config::get_max_per_page() Yoast 28.3

public function get_max_per_page(): int {
	return self::MAX_PER_PAGE;
}