Yoast\WP\SEO\Integrations\Watchers
Indexable_Term_Watcher::get_conditionals() public Yoast 1.0
Returns the conditionals based in which this loadable should be active.
{} Это метод класса: Indexable_Term_Watcher{}
Хуков нет.
Возвращает
Массив.
Использование
$result = Indexable_Term_Watcher::get_conditionals();
Код Indexable_Term_Watcher::get_conditionals() Indexable Term Watcher::get conditionals Yoast 15.6.2
public static function get_conditionals() {
return [ Migrations_Conditional::class ];
}