Yoast\WP\SEO\Introductions\Application
AI_Brand_Insights_Pre_Launch::get_priority
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() AI Brand Insights Pre Launch::get priority Yoast 28.3
public function get_priority() {
return 20;
}