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