Yoast\WP\SEO\AI_Generator\User_Interface

Get_Usage_Route::get_conditionalspublic staticYoast 1.0

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

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

Хуков нет.

Возвращает

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

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

$result = Get_Usage_Route::get_conditionals();

Код Get_Usage_Route::get_conditionals() Yoast 28.3

public static function get_conditionals() {
	return [ AI_Conditional::class, Old_Premium_AI_Conditional::class ];
}