WordPress管理画面のログインを強制的にHTTPSにする方法

Contents
wp-config.php の 「That’s all, stop editing!」 の上に下記の行を追加することで出来ました。 define(‘FORCE_SSL_ADMIN’, true);
[caption id=“attachment_319” align=“alignleft” width=“600”]
編集前[/caption]
[caption id=“attachment_320” align=“alignleft” width=“600”]
編集後[/caption]
[caption id=“attachment_321” align=“alignleft” width=“296”]
http でアクセスしても強制的に https へリダイレクトされました[/caption]