Yoast\WP\SEO\Dashboard\Domain\Score_Groups\Readability_Score_Groups

Ok_Readability_Score_Group::get_filter_value()publicYoast 1.0

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

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

Хуков нет.

Возвращает

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

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

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

Код Ok_Readability_Score_Group::get_filter_value() Yoast 24.4

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