Yoast\WP\SEO\Integrations\Watchers
Indexable_Category_Permalink_Watcher::register_hooks() public Yoast 1.0
Initializes the integration.
This is the place to register hooks and filters.
{} Это метод класса: Indexable_Category_Permalink_Watcher{}
Хуков нет.
Возвращает
null.
Использование
$Indexable_Category_Permalink_Watcher = new Indexable_Category_Permalink_Watcher(); $Indexable_Category_Permalink_Watcher->register_hooks();
Код Indexable_Category_Permalink_Watcher::register_hooks() Indexable Category Permalink Watcher::register hooks Yoast 15.6.2
public function register_hooks() {
\add_action( 'update_option_wpseo_titles', [ $this, 'check_option' ], 10, 2 );
}