Hello!
Thank you for yet another very useful plugin! 🙂
I was wondering if it is possible to setup permissions so only admin can lock/unlock activity posts for new comments? – Is there a Snippet Code that can be used to make this happen?
Thank you! 🙂
Also, I apologize, I wanted to post this in the Plugins forum! 🙂
Hi Katrine,
Thank you for using the plugin.Please give it a try.
add_filter( 'bp_lock_unlock_user_can_update_activity', function ( $can ) { return is_super_admin(); } );
Regards
Brajesh
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
This topic is: resolved