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