bp_core_get_packaged_component_ids()
Returns an array of core component IDs.
Description
Return
(array)
Source
File: bp-core/bp-core-functions.php
477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 | function bp_core_get_packaged_component_ids() { $components = array ( 'activity' , 'members' , 'groups' , 'blogs' , 'xprofile' , 'friends' , 'media' , 'messages' , 'settings' , 'notifications' , 'search' ); return $components ; } |
Changelog
Version | Description |
---|---|
BuddyPress 2.1.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.