Return to Snippet

Revision: 45256
at April 28, 2011 00:24 by tcelestino


Initial Code
<?php
 if(isset($_GET["v2"])) :
include(dirname(__FILE__)."/home-v2.php");
exit;
endif;
?>

Initial URL


Initial Description
Add code in first line your page.

Initial Title
Test your page WordPress without modification original page

Initial Tags
php, wordpress

Initial Language
PHP