bp_activity_comment_name, $name
bp_activity_comment_name, $name
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_comment_name, $name') is found 1 times:
- /bp-activity/bp-activity-template.php line 2355
* @since 1.5.0 * * @param string $name Name to be displayed with the activity comment. */ return apply_filters( 'bp_activity_comment_name', $name ); } /** * Output the formatted date_recorded of the activity comment currently being displayed. * * @since 1.5.0