mirror of
https://gh.wpcy.net/https://github.com/WordPressUtilities/WPUInstaller.git
synced 2026-05-07 20:02:23 +08:00
7 lines
135 B
PHP
7 lines
135 B
PHP
<?php
|
|
|
|
global $post;
|
|
if ($post && $post->post_parent) {
|
|
wp_redirect(get_permalink($post->post_parent));
|
|
}
|
|
wp_redirect(home_url());
|