Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在管理面板中创建了一个表单。当我提交表单时,它需要重定向到另一个页面。我用过
“wp_redirect(get_site_url().'/wp-admin/admin.php?page=manage_grill_submenu', 301);exit;”
但是,它没有重定向到所需的页面。我已经搜索了很多来解决这个问题。
有谁知道可能出了什么问题??
提前致谢
如果万一wp_redirect不起作用,您可以重定向到另一个页面:
wp_redirect
echo "<script>window.location.href = '".home_url()."/wp-login.php'"; echo "</script>";