• Every time a plugin is updated, the next admin page load will be forcibly your plugin’s settings page.
    This is not good practice and breaks flow for people used to updating many plugins at the same time.

    I have seen request from almost 2 years ago also requesting this behaviour to be reomved.
    did you give it any thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can Confirm, I have the same behavior.

    Since it looks like the plugin author is MIA, anyone who is confident enough to edit the plugin, here is how you fix it:

    1. Go to your site’s plugin folder.
    2. Find ‘authorizenet-payment-gateway-for-woocommerce’, go in the folder and download/edit index.php
    3. Scroll all the way to the bottom of the file, remove the following line:
    add_action('admin_init', 'woosim__plugin_redirect'); line 478 on latest

    That should be enough to disable the redirect.

    Thread Starter igarciaoliver

    (@igarciaoliver)

    Thanks @krdevio I will use that temporary solution until the dev decides to solve this issue.

    I can confirm the same behavior.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘redirection after any plugin is updated’ is closed to new replies.