| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Member Notifications Loader. Initializes the Notifications component.
| File Size: | 331 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Notifications_Component:: (9 methods):
__construct()
includes()
late_includes()
setup_globals()
setup_nav()
setup_admin_bar()
setup_title()
setup_cache_groups()
rest_api_init()
Class: BP_Notifications_Component - X-Ref
Extends the component class to set up the Notifications component.| __construct() X-Ref |
| Start the notifications component creation process. since: 1.9.0 |
| includes( $includes = array() X-Ref |
| Include notifications component files. since: 1.9.0 param: array $includes See BP_Component::includes() for a description. |
| late_includes() X-Ref |
| Late includes method. Only load up certain code when on specific pages. since: 3.0.0 |
| setup_globals( $args = array() X-Ref |
| Set up component global data. since: 1.9.0 param: array $args See BP_Component::setup_globals() for a description. |
| setup_nav( $main_nav = array() X-Ref |
| Set up component navigation. since: 1.9.0 param: array $main_nav Optional. See BP_Component::setup_nav() for param: array $sub_nav Optional. See BP_Component::setup_nav() for |
| setup_admin_bar( $wp_admin_nav = array() X-Ref |
| Set up the component entries in the WordPress Admin Bar. since: 1.9.0 param: array $wp_admin_nav See BP_Component::setup_admin_bar() for a |
| setup_title() X-Ref |
| Set up the title for pages and <title>. since: 1.9.0 |
| setup_cache_groups() X-Ref |
| Setup cache groups. since: 2.2.0 |
| rest_api_init( $controllers = array() X-Ref |
| Init the BP REST API. since: 5.0.0 param: array $controllers Optional. See BP_Component::rest_api_init() for |
| Generated: Sun Nov 9 01:00:54 2025 | Cross-referenced by PHPXref 0.7.1 |