Force WordPress SSL HTTPS Admin Login

Add this line to wp-config.php

define(‘FORCE_SSL_ADMIN’, true);

Of course you must have setup ssl on the site prior to this

You may also like...