• After updating a WP 4.3.x version to 4.4.1 this error message was shown everywhere multiple times – on the public site and in the dashboard:
    Notice: force_ssl_login is deprecated since version 4.4! Use force_ssl_admin() instead.

    The only ways to get rid of that are i/ setting WP_DEBUG to false in the config file or ii/ to deactivate this plugin.

    https://www.ads-software.com/plugins/wordpress-https/

Viewing 1 replies (of 1 total)
  • Line 280 of Core.php in the plugin is using a deprecated function force_ssl_login

    It would be really nice if the authors would update it as it fills up error logs with hundreds of lines per seemingly single http request.

Viewing 1 replies (of 1 total)
  • The topic ‘uses force_ssl_login deprecated in WP 4.4’ is closed to new replies.