Skip to content

Instantly share code, notes, and snippets.

View contemplate's full-sized avatar

Ted Barnett contemplate

View GitHub Profile
@ipokkel
ipokkel / my-pmpro-exclude-non-members-from-buddypress.php
Created December 28, 2020 11:36
Hide and exclude all non-members from the BuddyPress Members #pmpro #buddypress #pmpro-buddypress
<?php
/**
* This recipe hides all non-members from the BuddyPress Members.
*
* If PMPro BuddyPress Integration active it will respect the
* per membership level access set by the integration.
*
* You can add this recipe to your site by creating a custom plugin
* or using the Code Snippets plugin available for free in the WordPress repository.
* Read this companion article for step-by-step directions on either method.