Skip to content

Instantly share code, notes, and snippets.

@marcustallberg
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save marcustallberg/dc11111353e458b047c6 to your computer and use it in GitHub Desktop.

Select an option

Save marcustallberg/dc11111353e458b047c6 to your computer and use it in GitHub Desktop.
Wordpress snippets
$base_path = substr(ABSPATH, strlen($_SERVER['DOCUMENT_ROOT']));
define('WP_SITEURL', "http://${_SERVER['HTTP_HOST']}${base_path}");
define('WP_HOME', "http://${_SERVER['HTTP_HOST']}${base_path}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment