Yoast\WP\SEO\AI\Consent\User_Interface

Ai_Consent_Integration::get_conditionalspublic staticYoast 1.0

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

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

Хуков нет.

Возвращает

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

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

$result = Ai_Consent_Integration::get_conditionals(): array;

Код Ai_Consent_Integration::get_conditionals() Yoast 28.3

public static function get_conditionals(): array {
	return [ User_Profile_Conditional::class, New_Premium_Or_Free_AI_Conditional::class ];
}