bp_get_activity_feed_item_date, $retval
bp_get_activity_feed_item_date, $retval
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_feed_item_date, $retval') is found 1 times:
- /bp-activity/bp-activity-template.php line 4282
* @since 1.0.0 * * @param string $retval The date for the activity feed item. */ return apply_filters( 'bp_get_activity_feed_item_date', $retval ); } /** * Output the activity feed item description. * * @since 1.0.0