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