bp_core_get_packaged_component_ids()
Returns an array of core component IDs.
Description
Return
(array)
Source
File: bp-core/bp-core-functions.php
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.