Re: Replace Activity Stream blog excerpt with the_excerpt
Some free time returned.
You can either request an additional parameter for unfiltered text in the “bp_blogs_record_activity_content” filter or in the “bp_create_excerpt” filter.
So that now exists thanks to @r-a-y ( https://trac.buddypress.org/ticket/2481 )
I’m assuming I need to tell bp_blogs_record_activity_content to use the excerpt, but would that just be using the code r-a-y already made here: http://pastebin.com/s9PajKjU or something else.