Yoast\WP\SEO\Alerts\Application\Indexables_Disabled

Indexables_Disabled_Alert::get_conditionalspublic staticYoast 1.0

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() Yoast 27.8

public static function get_conditionals() {
	return [ Admin_Conditional::class ];
}