Tagged Questions
0
votes
1answer
25 views
Front end posting, not working wp_redirect with 'cannot modify header information' error
Im trying to make front end posting page but,
sometime 'wp_redirect' is not working with 'cannot modify header information' error.
adding data is working well but I don't know why is working well ...
0
votes
2answers
124 views
Headers already sent on a frontend post form using wp_redirect before get_header
I've gone through the various issues with headers already sent, checking for white space and making sure that the get_header line appears after the wp_redirect but I'm stuck.
The code is:
<?php ...
0
votes
1answer
300 views
Headers already sent - Wordpress core
I'm getting an error on my site regarding "headers already sent":
Warning: Cannot modify header information - headers already sent by (output started at ........./wp-admin/menu-header.php:161) in ...
0
votes
1answer
178 views
Error messages when adding code to function.php or trying to delete inactive plugin files
Error message below:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/79/7603579/html/listings/wp-content/themes/OIB theme/functions.php:519) in ...
4
votes
2answers
978 views
Why is wp_redirect() preferable to a standard PHP header redirect?
In asking a question about hooks and redirects, I was advised to use wp_redirect in place of the PHP header function. Just wondering why wp_redirect is preferable?
