Title: FORCE_SSL_ADMIN deprecated in wp-config-sample.php
Last modified: August 22, 2016

---

# FORCE_SSL_ADMIN deprecated in wp-config-sample.php

 *  Resolved [pete_398](https://wordpress.org/support/users/pete_398/)
 * (@pete_398)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/force_ssl_admin-deprecated-in-wp-config-samplephp/)
 * Noticed before installing 4.0 , that the file wp-config-sample.php has changed.
   These constants are no longer there ..
 *     ```
       FORCE_SSL_LOGIN
       WPLANG
       ```
   
 * I see from down the bottom of the page at [Version 4.0 what’s new](http://codex.wordpress.org/Version_4.0#What.27s_New)
   that these are now deprecated.
 * Where do I now place FORCE_SSL_ADMIN ?
 * Also, I had this code in my wp-config.php ..
 *     ```
       /**
       *  Disable WordPress cron job
       */
       define('DISABLE_WP_CRON', true);
       ```
   
 * is there another place for that now ? I don’t use talkbacks, pingbacks or whatever
   they are called. The CRON is a waste of resources for me.
 * Pete

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 8 months ago](https://wordpress.org/support/topic/force_ssl_admin-deprecated-in-wp-config-samplephp/#post-5268381)
 * Re-read what it said:
 * > `FORCE_SSL_LOGIN` – use `FORCE_SSL_ADMIN` instead
 * Use FORCE_SSL_ADMIN, still works.
 *  Thread Starter [pete_398](https://wordpress.org/support/users/pete_398/)
 * (@pete_398)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/force_ssl_admin-deprecated-in-wp-config-samplephp/#post-5268386)
 * Re-read this please ..
 * **Where** do I now place FORCE_SSL_ADMIN ?
 *  Thread Starter [pete_398](https://wordpress.org/support/users/pete_398/)
 * (@pete_398)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/force_ssl_admin-deprecated-in-wp-config-samplephp/#post-5268523)
 * Do I still place the following in wp-config.php ?
 *     ```
       define('FORCE_SSL_ADMIN', true);
       define('DISABLE_WP_CRON', true);
       ```
   
 * Also, if I’m the only admin and the only person that logs in, is there a need
   for FORCE_SSL_ADMIN to be set to true ? I do have an SSL connection, but would
   prefer that no links are shown which point to it.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 8 months ago](https://wordpress.org/support/topic/force_ssl_admin-deprecated-in-wp-config-samplephp/#post-5268550)
 * Yes, you still place it in your wp-config.php, wherever youwant to (though above
   the bit that says ‘stop editing here’). Nothing changed with that 🙂
 *  Thread Starter [pete_398](https://wordpress.org/support/users/pete_398/)
 * (@pete_398)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/force_ssl_admin-deprecated-in-wp-config-samplephp/#post-5268554)
 * Okay, thanks for your help. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘FORCE_SSL_ADMIN deprecated in wp-config-sample.php’ is closed to new 
replies.

## Tags

 * [cron](https://wordpress.org/support/topic-tag/cron/)
 * [FORCE_SSL_ADMIN](https://wordpress.org/support/topic-tag/force_ssl_admin/)
 * [WPLANG](https://wordpress.org/support/topic-tag/wplang/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 5 replies
 * 2 participants
 * Last reply from: [pete_398](https://wordpress.org/support/users/pete_398/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/force_ssl_admin-deprecated-in-wp-config-samplephp/#post-5268554)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
