Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups
Abstract_SEO_Score_Group{}└─ SEO_Score_Groups_Interface, Abstract_Score_Group
Abstract class for an SEO score group.
Хуков нет.
Использование
$Abstract_SEO_Score_Group = new Abstract_SEO_Score_Group(); // use class methods
Методы
- public get_filter_key()
Код Abstract_SEO_Score_Group{} Abstract SEO Score Group{} Yoast 27.6
abstract class Abstract_SEO_Score_Group extends Abstract_Score_Group implements SEO_Score_Groups_Interface {
/**
* Gets the key of the SEO score group that is used when filtering on the posts page.
*
* @return string The name of the SEO score group that is used when filtering on the posts page.
*/
public function get_filter_key(): string {
return 'seo_filter';
}
}