Force HTTPS WordPress admin

    

If you want WordPress to force TLS encryption for the admin part of the site, then:

# vi wp-config.php
(...)
/* Force SSL Admin */
define('FORCE_SSL_ADMIN', true);
(...)

That’s All Folks!