Skip to content

Instantly share code, notes, and snippets.

View vorticieflux6626's full-sized avatar

sparkonelabs vorticieflux6626

View GitHub Profile
@iftee
iftee / wp-config-partial.php
Created June 1, 2016 12:52
Conditional DB Secting in wp-config.php for maintaining WordPress from Development Server and Pushing to Production Server
<?php
/*
* Unified variables
*/
$charset = 'UTF-8';
$collate = '';
/*
* Set variables conditianlly based on current environment