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
-
(LLMS_Notifications) Instance of the notifications singleton.