Tagged: memberpress buddypress
I’m using the Buddypress Profile Completion plugin.
It works fine for paid Memberships with Stripe. After processing the payment, it goes to the User Profile as directed by the Profile Completion plugin. When the plan is free, it gets hung on the too many redirects error page.
The free plan seems to be redirecting to the page set in the Ready Launch settings which is the Thank you page. I can disable the Thank you page, but it still redirects there when it’s disabled. Memberpress says this is how it works.
Is there a code I can enter to stop the redirect set in Ready Launch?
Hi,
There is a filter bp_force_profile_completion_skip_check that you can use to skip check on any screen. You will need to reach out to the membership plugin for what test you need to do for it. If you return true with this filter on a page, It will not redirect from that page.
Regards
Brajesh
You must be logged in to reply to this topic.