Yoast\WP\SEO\Content_Type_Visibility\Application

Content_Type_Visibility_Watcher_Actions::get_conditionals()public staticYoast 1.0

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

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

Хуков нет.

Возвращает

Массив.

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

$result = Content_Type_Visibility_Watcher_Actions::get_conditionals();

Код Content_Type_Visibility_Watcher_Actions::get_conditionals() Yoast 24.9

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