apply_filters( 'bp_core_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 are 'all', 'optional', 'retired', 'required'.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |