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