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