apply_filters( 'bbp_format_activity_action_new_post', string $activity_action , string $type , string $action , BP_Activity_Activity $activity )
Filters the formatted activity action new activity string.
Description Description
Parameters Parameters
- $activity_action
-
Activity action string value
- $type
-
The type of post. Expects
topic
orreply
. - $action
-
The current action string.
- $activity
-
The BuddyPress activity object.
Source Source
File: includes/extend/buddypress/functions.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |