bp_get_activity_feed_item_guid, md5( $activities_template->activity->date_recorded . – . $activities_template->activity->content
bp_get_activity_feed_item_guid, md5( $activities_template->activity->date_recorded . – . $activities_template->activity->content
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_feed_item_guid, md5( $activities_template->activity->date_recorded . – . $activities_template->activity->content') is found 1 times:
- /bp-activity/bp-activity-template.php line 4160
* @since 1.1.3 * * @param string $value Calculated md5 value for the activity feed item. */ return apply_filters( 'bp_get_activity_feed_item_guid', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) ); } /** * Output the activity feed item title. * * @since 1.0.0