Viewing 9 replies - 1 through 9 (of 9 total)
  • Very greet plug-in… but… i have the same problem of Vitargo…

    I have modify manually the plug-in thanging the line 63 of wpadminui.php with
    if ( (isset($_SERVER['HTTPS']) ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] == wp_login_url() ) {

    Can i propose to use this system for add compatibility with plug-in who change the login url?

    thanks a lot

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Thank you for your feedback.
    Please update to WP Admin UI 1.9.8

    Thread Starter Wp-user865966

    (@vitago)

    Works like a charm! Amazing support and dev work Benjamin. 5 stars! Thanks

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Thanks!

    Sorry… I have see now that you can use:

    if ( in_array ( (isset($_SERVER[‘HTTPS’]) ? “https” : “http”) . “://” . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’] , array(wp_login_url(), wp_logout_url(), wp_lostpassword_url(), wp_registration_url()) ) ) {

    in line 61… this resolve the all wordpress page…

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Good idea! Pushing the update!

    Thread Starter Wp-user865966

    (@vitago)

    Hi Benjamin,

    It’s not working again now :/
    Can you have a look?

    Thread Starter Wp-user865966

    (@vitago)

    @nubess does your still work?

    Hi,
    I have no problem now…
    I have many project with this configuration and all work correctly

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘This plugin does not work with WPS Hide login’ is closed to new replies.