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