apply_filters( 'bp_core_admin_get_components', array $components , string $type )
Filters the list of component information.
Description Description
Parameters Parameters
- $components
-
Array of component information.
- $type
-
Type of component list requested. Possible values include 'all', 'optional', 'retired', 'required'.
Source Source
File: bp-core/admin/bp-core-admin-components.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |