BP_Notifications_Component::includes( array $includes = array() )
Include notifications component files.
Description
See also
- BP_Component::includes(): for a description of arguments.
Parameters
- $includes
-
(Optional) See BP_Component::includes() for a description.
Default value: array()
Source
File: bp-notifications/classes/class-bp-notifications-component.php
44 45 46 47 48 49 50 51 52 53 | public function includes( $includes = array () ) { $includes = array ( 'adminbar' , 'template' , 'functions' , 'cache' , ); parent::includes( $includes ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.9.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.