Test your page WordPress without modification original page


/ Published in: PHP
Save to your folder(s)

Add code in first line your page.


Copy this code and paste it in your HTML
  1. <?php
  2. if(isset($_GET["v2"])) :
  3. include(dirname(__FILE__)."/home-v2.php");
  4. endif;
  5. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.