do_action( 'llms_notifications_loaded', LLMS_Notifications $this )
Run an action after all core notification classes are loaded.
Description Description
Third party notifications can hook into this action Use load_view()
, load_controller()
, and load_processor()
methods to load notifications into the class and be auto-called by the core APIs.
Parameters Parameters
- $this
-
Instance of the notifications singleton.
Source Source
File: includes/notifications/class.llms.notifications.php