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

No_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.

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

Хуков нет.

Возвращает

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

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

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

Код No_Readability_Score_Group::get_filter_value() Yoast 24.4

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