• Resolved presscode

    (@saschinger)


    Hi

    whenever I’m running a conflict test (deactivate, troubleshoot & reactivate all plugins of a site) on clients sites with Germanized activated (or simply update multiple plugins at once), your plugin prevents the reactivation (or update) process of other plugins due to a “forced redirect” to the Germanized dashboard immediately after its reactivation or update. This affects all plugins that are listed after Germanized in the plugin list.

    Could you please provide a snippet in order to stop this behaviour?

    Kind regards
    Sascha

    • This topic was modified 5 months, 4 weeks ago by presscode.
    • This topic was modified 5 months, 4 weeks ago by presscode.
Viewing 1 replies (of 1 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi Sascha,

    hm, how do you achieve your test? When activating multiple plugins at nonce (e.g. via the WP-Admin > Plugins screen) Germanized won’t redirect automatically. Anyway you could just forcefully remove the transient that handles the redirect:

    add_action( 'woocommerce_gzd_installed', function() {
    delete_transient( '_wc_gzd_activation_redirect' );
    } );

    Best,
    Dennis

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.