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