Tribe__Tickets__Admin__Notices::hook()
Hooks the actions and filters used by the class
Source
File: src/Tribe/Admin/Notices.php
public function hook() {
add_action( 'plugins_loaded', array( $this, 'maybe_display_plus_commerce_notice' ) );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |