bp_blogs_record_activity_content, $activity_summary, $post->post_content, (array
bp_blogs_record_activity_content, $activity_summary, $post->post_content, (array
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_blogs_record_activity_content, $activity_summary, $post->post_content, (array') is found 1 times:
- /bp-activity/bp-activity-functions.php line 2436
$activity_summary = bp_activity_create_summary( $post->post_content, (array) $activity ); // Backward compatibility filter for the blogs component. if ( 'blogs' == $activity_post_object->component_id ) { $activity->content = apply_filters( 'bp_blogs_record_activity_content', $activity_summary, $post->post_content, (array) $activity, $post->post_type ); } else { $activity->content = $activity_summary; } } // Save the updated activity.