bbp_format_activity_action_new_post
bbp_format_activity_action_new_post
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_format_activity_action_new_post') is found 1 times:
- /includes/extend/buddypress/functions.php line 859
* @param string $type The type of post. Expects `topic` or `reply`. * @param string $action The current action string. * @param BP_Activity_Activity $activity The BuddyPress activity object. */ return apply_filters( 'bbp_format_activity_action_new_post', $activity_action, $type, $action, $activity ); } /** * Formats the dynamic BuddyPress activity action for new topics. * * @since 2.6.0 bbPress (r6370)