我是wordpress的新手。將參數傳遞給javascript中的location.href而不是頭文件()
我曾嘗試下面的代碼
header("Location: $location", true, $status);
我想重定向的頁面,特定頁面和我得到這樣的錯誤
"Cannot modify header information - headers already sent by (output started at /home/content/c/l/a/clareb23/html/client4/wp-content/plugins/featured-articles-lite/main.php:773) in /home/content/c/l/a/clareb23/html/client4/wp-includes/pluggable.php on line 870"
的任何建議,將不勝感激。基於評論
如果您在WordPress的工作,那麼你應該更好地利用wp_redirect()http://codex.wordpress.org/Function_Reference/wp_redirect – Anand
我使用'wp_redirect()',但它與插件代碼衝突的.. 。 –