MemberPress: BuddyPress/BuddyBoss – Remove Users From All Groups, Forums, and Topics if Their Subscriptions Expire
add_action( ‘mepr-account-is-inactive’ , function ( $txn ) { if ( is_plugin_active( ‘buddypress/bp-loader.php’ ) && $txn instanceof MeprTransaction) { //first we need to make sure that the user isn’t active on another subscription $mepr_user = new MeprUser( $txn->user_id ); if (…Continue reading