Notices::hook()

Hooks the actions and filters used by the class.

Contents

Too late to use ‘plugins_loaded’ or ‘tribe_plugins_loaded’ and must be before ‘admin_notices’ to use tribe_notice().


Source

File: src/Tribe/Admin/Notices.php

	public function hook() {
		add_action( 'admin_init', [ $this, 'maybe_display_ar_modal_options_notice' ] );
	}

Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.