• Hello,

    your plugin keeps adding additional URL parts to every single admin page.

    Sometimes it even redirects to front-end saying it’s an 404.

    Basically each admin URL gets appended with “/#/settings-integration”

    It tends to remove /wp-admin part and add above url fragment. And once it removes /wp-admin it tends to also cause 404 by redirecting to front-end.

    Example, plugins url is:
    “/wp-admin/plugins.php”
    However once you visit it, it removes that and replaces with:
    “/#/settings-integration”
    And if you would want to click on any url that has /wp-admin/ in front, it would cause 404 as it redirects to front-end:
    “/plugins.php”

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin URLs are being modifed’ is closed to new replies.