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.
在 Wordpress 3.0 中,如果我使用“wp_redirect”(或 Headers)一切正常,但如果我在 Wordpress 3.5 中重定向,我会收到 Headers 已经发送。我已经调查了这个问题,我发现 Wordpress 3.5 输出 html 如何从 Worpress 3.5 中的插件进行简单的重定向?
你可以使用 JS:
window.location.href = 'http://someurl/';