Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created June 28, 2019 17:27
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 Tmeister/dd1315945668f288ab5b62b9e9286872 to your computer and use it in GitHub Desktop.
Save Tmeister/dd1315945668f288ab5b62b9e9286872 to your computer and use it in GitHub Desktop.
<?php
define('SP_REQUEST_URL', ($_SERVER['HTTPS'] ? 'https://' : 'http://') . $_SERVER['HTTP_HOST']);
define('WP_SITEURL', SP_REQUEST_URL);
define('WP_HOME', SP_REQUEST_URL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment