Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups

Abstract_SEO_Score_Group::get_filter_key()publicYoast 1.0

Gets the key of the SEO score group that is used when filtering on the posts page.

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

Хуков нет.

Возвращает

Строку. The name of the SEO score group that is used when filtering on the posts page.

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

$Abstract_SEO_Score_Group = new Abstract_SEO_Score_Group();
$Abstract_SEO_Score_Group->get_filter_key(): string;

Код Abstract_SEO_Score_Group::get_filter_key() Yoast 24.4

public function get_filter_key(): string {
	return 'seo_filter';
}