Skip to content

Instantly share code, notes, and snippets.

@nicomollet
Created October 19, 2014 15:44
Show Gist options
  • Save nicomollet/285877b305829392fabe to your computer and use it in GitHub Desktop.
Save nicomollet/285877b305829392fabe to your computer and use it in GitHub Desktop.
Wordpress load config
<?php
// Load locale database configuration
require_once realpath(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'wp-config-locale.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment