do_action( 'activity_format_notifications', string $action, int $item_id, int $secondary_item_id, int $total_items )

Fires right before returning the formatted activity notifications.


Description Description


Parameters Parameters

$action

The type of activity item.

$item_id

The activity ID.

$secondary_item_id

The user ID who inited the interaction.

$total_items

Total amount of items to format.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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