do_action( 'members_format_notifications', string $action, int $item_id, int $secondary_item_id, int $total_items, array|string $return )

Fires at the end of the bp-members notification format callback.


Description Description


Parameters Parameters

$action

The kind of notification being rendered.

$item_id

The primary item ID.

$secondary_item_id

The secondary item ID.

$total_items

The total number of members-related notifications waiting for the user.

$return

Notification text string or array of link and text.


Top ↑

Source Source

File: bp-members/bp-members-notifications.php


Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.