bp_nouveau_notifications_enqueue_scripts()
Enqueue the notifications scripts
Source Source
File: bp-templates/bp-nouveau/includes/notifications/functions.php
function bp_nouveau_notifications_enqueue_scripts() { if ( ! bp_is_user_notifications() ) { return; } wp_enqueue_script( 'bp-nouveau-notifications' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |