Yoast\WP\SEO\Alerts\Application\Indexables_Disabled
Indexables_Disabled_Alert::get_conditionals
Returns the conditionals based on which this loadable should be active.
Метод класса: Indexables_Disabled_Alert{}
Хуков нет.
Возвращает
Массив<Строку>.
Использование
$result = Indexables_Disabled_Alert::get_conditionals();
Код Indexables_Disabled_Alert::get_conditionals() Indexables Disabled Alert::get conditionals Yoast 27.8
public static function get_conditionals() {
return [ Admin_Conditional::class ];
}