bbp_format_buddypress_notifications

bbp_format_buddypress_notifications

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_format_buddypress_notifications') is found 1 times:

  • /includes/extend/buddypress/notifications.php line 111
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
                'link' => $topic_link
            ), $topic_link, $action_item_count, $text, $topic_title );
        }
     
        do_action( 'bbp_format_buddypress_notifications', $component_action_name, $item_id, $secondary_item_id, $action_item_count, $format, $component_action_name, $component_name, $id );
     
        return $return;
    }
     
    /**
     * Hooked into the new reply function, this notification action is responsible