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