Yoast\WP\SEO\Dashboard\Domain\Score_Groups\Readability_Score_Groups
No_Readability_Score_Group::get_filter_value
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() No Readability Score Group::get filter value Yoast 27.3
public function get_filter_value(): string {
return 'na';
}