Hi @bclaim
Thank you for bringing this to our attention. We have adjusted the logic of the Membership tab which will be included in the next release of this Add On.
For interest sake, you may apply the following change to your site as a pre-patch by copying the change here into your site – https://github.com/strangerstudios/pmpro-buddypress/commit/89da3a728548783ea55cd458ec10ffdca95c7034 (or download it from Github as a pre-release, please make sure to remove the -dev
from the plugin folder when downloading from Github).
This will only make the “Membership” menu item on the BuddyPress profile available within the user’s own profile.
Alternatively, if you want to disable this entirely, you should be able to call remove_action( 'bp_setup_nav', 'pmpro_bp_custom_user_nav_item', 99 );
within your child theme functions.php or a custom plugin (which should remove this “membership” menu item for all instances).