bp_blogs_record_activity* and the blog $post->ID?
-
I’m trying to filter the blog entries in the activity stream. The function bp_blogs_record_activity seems to be where I want to look and in here, I find two filters and one function that can be filtered – bp_activity_thumbnail_content_images, bp_blogs_record_activity_action and bp_blogs_record_activity_content.
Now, my problem is I want to filter the content (so I add_filter to bp_blogs_record_activity_content) but I don’t seem to have anyway to get the actual blog entry’s post ID.
How the heck can I get the post ID? I’m hoping it’s somewhere in $bp but I can’t seem to find it.
Thanks!
- The topic ‘bp_blogs_record_activity* and the blog $post->ID?’ is closed to new replies.