Skip to content

Instantly share code, notes, and snippets.

@jz5
Last active December 29, 2015 04:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jz5/7614519 to your computer and use it in GitHub Desktop.
wordpress FORCE_SSL_ADMIN
define('FORCE_SSL_ADMIN', true);
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment