add_action('init', function () { if (strpos($_SERVER['REQUEST_URI'], '/listing-tag') === 0) { wp_redirect(home_url('/'), 301); exit; } });