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