bp_activity_comment_date_recorded, $activities_template->activity->current_comment->date_recorded
bp_activity_comment_date_recorded, $activities_template->activity->current_comment->date_recorded
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_comment_date_recorded, $activities_template->activity->current_comment->date_recorded') is found 1 times:
- /bp-activity/bp-activity-template.php line 2419
* @since 2.3.0 * * @param string|bool Raw date for the activity comment currently being displayed. */ return apply_filters( 'bp_activity_comment_date_recorded', $activities_template->activity->current_comment->date_recorded ); } /** * Output the 'delete' URL for the activity comment currently being displayed. * * @since 1.5.0