Activity

  • Dave Bayless replied to the question How Can I Exclude a Specified User Type from the Members Directory? in the forum Social Learner 8 years, 1 month ago

    Thanks, again, Varun. This approached work for me.

    For anybody else who wants to use the above referenced code to exclude one or more member types from the BuddyPress members directory, a couple of notes:

    Watch out for the fix in the penultimate line of the code. return $users; should be replaced with return $subscribers;
    I appended the code the functions.php file in my /wp-content/themes/social-learner/ child theme folder.