jackrabbit-d
10/18/2017 - 2:00 PM

Live Site Dev

Use this if you are making large edits to a live site on the fly.

<?php if (is_user_logged_in() && isset($_GET["YOUR STRING NAME"])){ ?>

// Working code

<?php } else { ?>

// Production code. DO NOT TOUCH.

<?php } ?>