Yoast\WP\SEO\Dashboard\Domain\Score_Groups\Readability_Score_Groups
Bad_Readability_Score_Group::get_filter_value
Gets the value of the readability score group that is used when filtering on the posts page.
Метод класса: Bad_Readability_Score_Group{}
Хуков нет.
Возвращает
Строку. The name of the readability score group that is used when filtering on the posts page.
Использование
$Bad_Readability_Score_Group = new Bad_Readability_Score_Group(); $Bad_Readability_Score_Group->get_filter_value(): string;
Код Bad_Readability_Score_Group::get_filter_value() Bad Readability Score Group::get filter value Yoast 27.7
public function get_filter_value(): string {
return 'bad';
}