Yoast\WP\SEO\Alerts\Application\Indexables_Disabled

Indexables_Disabled_Alert::register_hookspublicYoast 1.0

Initializes the integration.

Метод класса: Indexables_Disabled_Alert{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Indexables_Disabled_Alert = new Indexables_Disabled_Alert();
$Indexables_Disabled_Alert->register_hooks();

Код Indexables_Disabled_Alert::register_hooks() Yoast 27.7

public function register_hooks() {
	\add_action( 'admin_init', [ $this, 'add_notifications' ] );
}