Yoast\WP\SEO\Content_Type_Visibility\Application
Content_Type_Visibility_Watcher_Actions::get_conditionals()
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() Content Type Visibility Watcher Actions::get conditionals Yoast 24.9
public static function get_conditionals() { return [ Admin_Conditional::class ]; }