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