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