WordPress and buddypress programming

Restrict Activity Posting To Admin buddypress

Viewing 0 reply threads
  • Author
    Posts
    • #2723
      Michael Mc
      Keymaster
      @mkmcst

      add_action('bp_before_group_activity_post_form',function(){ add_filter('bp_get_template_part',function($template){ if(!bp_group_is_admin()){ return false; } return $template; }); });`

Viewing 0 reply threads
  • You must be logged in to reply to this topic.