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