language: PHP
licence: Other
Untitled Snippet
<?php
$homepage = get_option('siteurl')."/home/"; global $wp; $wp_received_argument = false; foreach ($wp->query_vars as $k=>$v) if ($v) $wp_received_argument = true;
if ($wp_received_argument) require(TEMPLATEPATH . "/index.php"); else { wp_redirect($homepage); exit(); }
?>



library
buttons (3)
wp (93)