Tagged: activity, Auto Moderation, buddypress, BuddyPress Moderation Tools, Holding for moderation, moderation, moderation tools
Hi BuddyDevs, I have just one quick question about the plugin BuddyPress moderation tools. I am looking to troubleshoot an issue with the theme I am using for my website, and they are asking for the function to check to see if an activity post is pending or not. Basically they have an option in their theme to “Repost” another users post, but if the post is not past moderation yet I am looking to disable this option. So if there is a function to check to see if a post is in moderation let me know so I can fix this issue. Thank you in advance.
Hi Avi,
Thank you for the question.You can check that by calling
bpmts_is_item_hidden( $activity_id, 'bp_activity' )pass the actual activity id.Regards
Brajesh
You must be logged in to reply to this topic.