Skip to content

Instantly share code, notes, and snippets.

View kalonzo's full-sized avatar

Kenny Alonzo kalonzo

View GitHub Profile
@ifamily
ifamily / wp-config.php
Last active January 8, 2024 05:06
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(