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