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

Good_SEO_Score_Group::get_filter_value()publicYoast 1.0

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

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

Хуков нет.

Возвращает

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

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

$Good_SEO_Score_Group = new Good_SEO_Score_Group();
$Good_SEO_Score_Group->get_filter_value(): string;

Код Good_SEO_Score_Group::get_filter_value() Yoast 24.3

public function get_filter_value(): string {
	return 'good';
}