• Hello,

    I found that your plugin generate the new admin URl, and this can be found easily with Ctrl + U.

    The script is:

    <script>
         var wpdm_site_url = 'https://mysite.pt/';
         var wpdm_home_url = 'https://mysite.pt/';
         var ajax_url = 'https://mysite.pt/new_url/admin-ajax.php';
         var wpdm_ajax_url = 'https://mysite.pt/new_url/admin-ajax.php';
         var wpdm_ajax_popup = '0';
    </script>
  • The topic ‘The SCRIPT is showing the admin URL’ is closed to new replies.