WPUInstaller/inc/attachment.php
2019-12-15 19:42:54 +01:00

7 lines
135 B
PHP

<?php
global $post;
if ($post && $post->post_parent) {
wp_redirect(get_permalink($post->post_parent));
}
wp_redirect(home_url());