Skip to content

Instantly share code, notes, and snippets.

@ChrisLTD
Created May 7, 2014 17:20
Show Gist options
  • Save ChrisLTD/e087e3437185e3b4c5c7 to your computer and use it in GitHub Desktop.
Save ChrisLTD/e087e3437185e3b4c5c7 to your computer and use it in GitHub Desktop.
Loading Wordpress local config
<?php
/**
* Local configuration information.
*/
if (file_exists(dirname(__FILE__) . '/wp-config-local.php')):
require_once(dirname(__FILE__) . '/wp-config-local.php');
/**
* Remote configuration settings.
*/
else:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment