bp_nouveau_notifications( $bp_nouveau = null )
Launch the Notifications loader class.
Source Source
File: bp-templates/bp-nouveau/includes/notifications/loader.php
function bp_nouveau_notifications( $bp_nouveau = null ) { if ( is_null( $bp_nouveau ) ) { return; } $bp_nouveau->notifications = new BP_Nouveau_Notifications(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |