bp_get_activity_date_recorded, $activities_template->activity->date_recorded
bp_get_activity_date_recorded, $activities_template->activity->date_recorded
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_date_recorded, $activities_template->activity->date_recorded') is found 1 times:
- /bp-activity/bp-activity-template.php line 747
* @since 1.2.0 * * @param int $date_recorded The activity's date. */ return apply_filters( 'bp_get_activity_date_recorded', $activities_template->activity->date_recorded ); } /** * Output the display name of the member who posted the activity. * * @since 2.1.0