Yoast\WP\SEO\AI\Content_Planner\User_Interface

Content_Planner_Integration::get_conditionalspublic staticYoast 1.0

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

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

Хуков нет.

Возвращает

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

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

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

Код Content_Planner_Integration::get_conditionals() Yoast 27.7

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