Yoast\WP\SEO\Integrations\Watchers
Indexable_Ancestor_Watcher::register_hooks() public Yoast 1.0
Registers the appropriate hooks.
{} Это метод класса: Indexable_Ancestor_Watcher{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexable_Ancestor_Watcher = new Indexable_Ancestor_Watcher(); $Indexable_Ancestor_Watcher->register_hooks();
Код Indexable_Ancestor_Watcher::register_hooks() Indexable Ancestor Watcher::register hooks Yoast 15.6.2
public function register_hooks() {
\add_action( 'wpseo_save_indexable', [ $this, 'reset_children' ], \PHP_INT_MAX, 2 );
}