Yoast\WP\SEO\User_Meta\Framework\Custom_Meta

Keyword_Analysis_Disable::get_render_priority()publicYoast 1.0

Returns the priority which the custom meta's form field should be rendered with.

Метод класса: Keyword_Analysis_Disable{}

Хуков нет.

Возвращает

int. The priority which the custom meta's form field should be rendered with.

Использование

$Keyword_Analysis_Disable = new Keyword_Analysis_Disable();
$Keyword_Analysis_Disable->get_render_priority(): int;

Код Keyword_Analysis_Disable::get_render_priority() Yoast 25.1

public function get_render_priority(): int {
	return 400;
}