Plugin Breaking Homepage Form Submission

Hello,

We have a members only BuddyPress install setup. Most of the site is custom but we looking to leverage the rtMedia plugin. On the homepage of the site, we have a very simple (custom) user registration form. It simply has a few fields and then a submit button. The page then submits the data and we retrieve it using:

if( ‘POST’ == $_SERVER[‘REQUEST_METHOD’] && !empty( $_POST[‘action’] ) && $_POST[‘action’] == “user_register” && check_admin_referer( ‘verify_registration’, ‘nonce_verify_user’ )) {

However, the rtMedia plugin seems to be preventing the form from ever reaching the form processing code. It redirects to a page template that is not even the homepage. It’s definitely the rtMedia plugin that is causing this. We’ve deactivated every other plugin and then reactivated one by one until this was the culprit (there’s only about five plugins running in total).

Any insight on this? Is it a known issue?

Hello @surfstation,

We have sent you a private message.

Thank you.