PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-notifications
<?php /** * BuddyPress Member Notifications Loader. * * Initializes the Notifications component. * * @package BuddyPress * @subpackage NotificationsLoader * @since 1.9.0 */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; /** * Set up the bp-notifications component. * * @since 1.9.0 */ function bp_setup_notifications() { buddypress()->notifications = new BP_Notifications_Component(); } add_action( 'bp_setup_components', 'bp_setup_notifications', 6 );
[+]
..
[-] bp-notifications-functions.php
[edit]
[-] bp-notifications-cache.php
[edit]
[-] bp-notifications-loader.php
[edit]
[+]
classes
[-] bp-notifications-adminbar.php
[edit]
[-] bp-notifications-template.php
[edit]
[-] bp-notifications-filters.php
[edit]
[+]
screens
[+]
actions