apply_filters( 'bp_notifications_get_registered_components', array $component_names , array $active_components )
Filters active components with registered notifications callbacks.
Parameters Parameters
- $component_names
-
(array) Array of registered component names.
- $active_components
-
(array) Array of active components.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.9.1 | Introduced. |