| 15 | | If it makes any sense for plugins to use the ` 'groups'` as a `'component_name` then my second patch adds a default case to the long switch so that unmatched actions will do an `apply_filters( 'bp_groups_' . $action . '_notification', null, $item_id, $secondary_item_id, $total_items, $format )`, which, if a notification results, will be returned. |
| | 15 | If it makes any sense for plugins to use an existing component like ` 'groups'` as a `component_name` then my second patch adds a default case to the long switch so that unmatched actions will do an `apply_filters( 'bp_groups_' . $action . '_notification', null, $item_id, $secondary_item_id, $total_items, $format )`, which, if a notification results, will be returned. |