Yoast\WP\SEO\User_Meta\Framework\Custom_Meta
Author_Pronouns::get_render_priority
Returns the priority which the custom meta's form field should be rendered with.
Метод класса: Author_Pronouns{}
Хуков нет.
Возвращает
int. The priority which the custom meta's form field should be rendered with.
Использование
$Author_Pronouns = new Author_Pronouns(); $Author_Pronouns->get_render_priority(): int;
Код Author_Pronouns::get_render_priority() Author Pronouns::get render priority Yoast 28.4
public function get_render_priority(): int {
return 300;
}