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