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.


Top ↑

Parameters Parameters

$this

(LLMS_Notifications) Instance of the notifications singleton.


Top ↑

Source Source

File: includes/notifications/class.llms.notifications.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.