[buddypress-trac] [BuddyPress Trac] #8933: Including third party components to active components
buddypress-trac
noreply at wordpress.org
Mon Jul 10 05:19:59 UTC 2023
#8933: Including third party components to active components
-------------------------+---------------------
Reporter: imath | Owner: imath
Type: enhancement | Status: closed
Priority: normal | Milestone: 12.0.0
Component: Core | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch |
-------------------------+---------------------
Changes (by imath):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"13513" 13513]:
{{{
#!CommitTicketReference repository="" revision="13513"
List all active components in `buddypress()->active_components`
So far this global was only retrieving the list of built-in components
that were activated from the BP Components settings screen of the
WordPress Dashboard. Third party plugins/add-ons to be in this list needed
to add their own component ID to it using this kind of code
`buddypress()->active_components['component_id'] = 1`.
BuddyPress is now making sure any active components are listed into the
`buddypress()->active_components`.
Fixes #8933
Closes https://github.com/buddypress/buddypress/pull/126
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8933#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list