Skip to content

Instantly share code, notes, and snippets.

@zaurmag
Created January 28, 2020 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaurmag/5570905be4128440fc4a8404d83edf05 to your computer and use it in GitHub Desktop.
Save zaurmag/5570905be4128440fc4a8404d83edf05 to your computer and use it in GitHub Desktop.
Dop const Wordpress in wp-config
<?php
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define('WP_HOME','');
define('WP_SITEURL','');
define('FORCE_SSL_LOGIN', true);
define('FORCE_SSL_ADMIN', true);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment