How to change multiple notification to each single notification
-
I looking around buddypress/bp-groups.php
function groups_format_notifications( $action, $item_id, $secondary_item_id, $total_items ) {
if ( (int)$total_items > 1 ) return apply_filters( ‘bp_groups_multiple_new_membership_requests_notification’, ……. )
else return apply_filters( ‘bp_groups_single_new_membership_request_notification’, ……)}
but I don’t know how to loop single notification instead of using multiple notification.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to change multiple notification to each single notification’ is closed to new replies.