Skip to content

Instantly share code, notes, and snippets.

@magnum
Last active April 30, 2020 16:44
Show Gist options
  • Save magnum/140f27243631c0858205ed417ce73481 to your computer and use it in GitHub Desktop.
Save magnum/140f27243631c0858205ed417ce73481 to your computer and use it in GitHub Desktop.
<?php
if (file_exists(dirname(__FILE__) . '/wp-config-local.php')):
require_once(dirname(__FILE__) . '/wp-config-local.php');
return;
endif;
define( 'WP_HOME', 'http://example.com/' );
define( 'WP_SITEURL', 'http://example.com/' );
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment