Skip to content

Instantly share code, notes, and snippets.

View egantz's full-sized avatar
🎯
🐼

Eyal Gantz egantz

🎯
🐼
View GitHub Profile
@egantz
egantz / wp-config.php
Created February 5, 2019 21:35 — forked from ifamily/wp-config.php
A universal WordPress wp-config.php which works on local development to staging and production server environments.
<?php
/*
One wp-config for local development to staging to production.
*/
// Define Environments
$environments = array(