strangerstudios / pmpro-buddypress

Manage access to your BuddyPress Community using Paid Memberships Pro
https://www.paidmembershipspro.com/add-ons/buddypress-integration/
17 stars 22 forks source link

Fix/redirect issues #92

Closed ideadude closed 2 years ago

ideadude commented 2 years ago

All Submissions:

Changes proposed in this Pull Request:

We had 2 different functions redirecting away from BP and/or to/from the PMPro Levels page. There were lots of edge cases we had code for. This update cleans up those functions to make it more clear what's happening in the code.

Andrew will test to make sure all the previously accounted for edge cases are still handled properly.

Other information:

Changelog entry

Enter a summary of all changes on this Pull Request. This will appear in the changelog if accepted.

andrewlimaza commented 2 years ago

I ran various tests with various settings of the registration page. It works well and doesn't cause any loops anymore. Code is so much neater, thanks!