Yoast\WP\SEO\Introductions\Application

AI_Brand_Insights_Pre_Launch::get_prioritypublicYoast 1.0

Returns the requested pagination priority. Lower means earlier.

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

Хуков нет.

Возвращает

int. The priority.

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

$AI_Brand_Insights_Pre_Launch = new AI_Brand_Insights_Pre_Launch();
$AI_Brand_Insights_Pre_Launch->get_priority();

Код AI_Brand_Insights_Pre_Launch::get_priority() Yoast 28.3

public function get_priority() {
	return 20;
}