Yoast\WP\SEO\Introductions\User_Interface

Introductions_Integration::get_conditionals()public staticYoast 1.0

Returns the conditionals based in which this loadable should be active.

In this case: when on an admin page.

Метод класса: Introductions_Integration{}

Хуков нет.

Возвращает

Массив<Строку>.

Использование

$result = Introductions_Integration::get_conditionals();

Код Introductions_Integration::get_conditionals() Yoast 24.4

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