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