Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Scott Cariss

    (@l3rady)

    I will look into. Thanks for the heads up.

    I think this is a simple thing to change site_url() to admin_url() instead.

    Plugin Author Scott Cariss

    (@l3rady)

    Urmmm… I’m using this to generate the URL of the clear notice:

    admin_url("options-general.php?page=wordpress-file-monitor-plus&sc_wpfmp_action=sc_wpfmp_clear_admin_alert")

    So if your WordPress installation is set to use HTTPS it will generate the correct URL. I have just tested this on an SSL enabled site and this functions fine.

    Which way have you enabled admin https?

    define('FORCE_SSL_ADMIN', true); in your config file is the correct way.

    Thread Starter mistaecko

    (@mistaecko)

    Thanks, Scott, for looking into this.

    I am experimenting with various HTTPS plugins and htaccess rules. So the problem might actually be with my setup and not with your plugin.

    First I thought that you might have hard-coded the protocol since this was the only link that did not render the protocol correctly. However, later it started to render correctly.

    Right now I experience the same problem in a different part of wordpress (on the login page).

    Sorry for the false alarm.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WordPress File Monitor Plus] Bug: 'Clear admin alert' link links does not conside’ is closed to new replies.