• Plugin redirects to its admin page
    /wp-admin/tools.php?page=dsgnwrks-instagram-importer-settings&notice=success&class=updated

    from any admin URL if there is access_token in GET query params.

    For example, after I entered /wp-admin/options-general.php?access_token=1

    This causes conflict with other instagram plugins, which get access token.
    For example Instagram Feed WD. “DsgnWrks Instagram Importer” interferes with that query and does not allow “Instagram Feed WD” to save its token.

    You can check which admin page requested and redirect only from your plugin’s pages.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘plugin redirects from any admin page if there is access_token in page URL’ is closed to new replies.