Your method is called too late. I don’t know how you call this method but you need to run it before output is sent to the browser– usually that means before get_header()
. There are a number of hooks that can be used. For example (from https://wordpress.stackexchange.com/a/131210/21376):
add_action(
'template_redirect',
function() {
if (is_single()) {
wp_safe_redirect(home_url());
exit;
}
}
);
Without more context, it is impossible to say exactly what the right hook is.
Related Posts:
- wp_redirect() is not working
- wp_redirect problem using code snippets
- Why won’t wp_mail() let me set the From: header when plain old PHP mail() will?
- wp_redirect() – headers already sent
- How does one suppress a 404 status code in a WordPress page?
- Admin bar and fixed header issue?
- How to remove rest api link: in http headers?
- disable wordpress canonical tag meta
- Why is wp_redirect() preferable to a standard PHP header redirect?
- Disable h1 and h2 from rich text editor combobox
- Recommended location to set response headers?
- Is it safe to fix Access-Control-Allow-Origin (CORS origin) errors with a php header directive?
- Custom endpoint and X-WP-TotalPages (headers)
- Getting “Cannot modify header information – headers already sent” error on wp-admin only whenever any plugin is activated
- Additional Option on Custom Header admin
- How can I use CURLOPT_USERPWD in wp_remote_post?
- Putting content into header.php without using wp_head
- Setting Last Modified HTTP Header on static Home Page
- If Modified Since HTTP Header
- Error messages when adding code to function.php or trying to delete inactive plugin files
- Image slider to display at the very top of home page
- URL Redirect and Bulk Actions in wp_list_table
- Remove rel=shortlink from HTTP header
- How do you log a user out with wp_logout?
- Indenting (tabbing) WP_head
- Headers already sent – WordPress core
- Change the headers content type with wp_remote_post
- Perform a redirect after user action
- Different custom header image on different page
- Why I can’t add a script-code into theme-settings without 403-forbidden?
- HTTP Header on specific page is application instead of text
- Auto-refresh page every minute?
- Cannot modify header information – headers already sent by pluggable.php
- Is it wrong to put header tags inside WordPress help tabs? [closed]
- header and wp_redirect not working. cannot modify header information warning
- Authenticate a user for current request
- Remove link around logo
- WordPress Redirect Not Working – AJAX Callback Response Not Picked Up
- Want to make header and footer CMS driven sothat Editors can modify its content from wordpress admin section
- Facebook embeds loading the wrong language
- Header: Include Date Published and Date Modified
- Page source contains an http item that makes page insecure; but in php files it’s written as https!
- Cleanup Body_Class
- Banner in WordPress
- Google Tag Manger – no-script Code Not Found
- Determine what pages are in my header [closed]
- How to remove main domain header title from after sub domain header title
- I want to hide header in the static homepage that I am working on [closed]
- Remove all WordPress HTTP headers (not in-source embeds)
- WordPress 502 | Header Upstream send too big
- Creating dynamic header and footer files
- Strange 403 header response
- 404 or ugly page on IE, but Firefox, Chrome looks perfect
- Changing header text from uppercase to normal [closed]
- ‘Headers already sent’ Error When Redirecting from add_submenu_page() Callback
- “Cannot modify header information” means I can’t use wp_redirect
- Safe to start a php session on get_header action?
- My header not showing up [closed]
- How to Access Script Tags in Header
- H1 tags for header image?
- Where are my js and css links in header?
- Why does WordPress allow inserting tags into posts?
- Is there a way to get minimal WordPress functions for iframed content?
- Problems accessing stylesheets/scripts loaded in WP header
- Rotate images in header based on date
- Why does WP load so many files in the head of source code? How do I optimize it?
- Trying to set a cookie based on $_POST parameter
- How to add some lines to the wp-login.php header via functions.php?
- How to Customize Wp Default Title and a prefix
- Hook to change HTTP response headers
- allowed_http_origins() only works in theme functions.php
- Is this a correct usage of ob_start() in my WordPress project?
- Insert stylesheet into WordPress header?
- Why are tags from the header showing up on my WordPress site? [closed]
- How to register and set http/2 server prefetch for a specific asset?
- Header with content
- WordPress Template not getting my Sub-Header File
- How to add social follow button to header? [closed]
- Include two headers
- Empty header tags [closed]
- Insert Facebook button into header [closed]
- What is this HTTP_REFERRER “WordPress/4.1.2”
- Empty lines in header, how to remove them
- Benefits to using CSS for header image instead of html img tag [closed]
- Export Header and Footer
- Custom headers in WordPress, are there also custom footers?
- Point get_header() to different plugin
- How do I begin debugging where the description meta tag is set for my categories?
- Front end posting, not working wp_redirect with ‘cannot modify header information’ error
- Headers already sent on a frontend post form using wp_redirect before get_header
- How do I get the Social Media Plugin to show up in my Twenty Eleven child theme’s header?
- Inserting iframe right after on header.php
- How to add script right after ?
- Adding more tabs to horizontal navigation bar
- Code needs wrapper/container to put footer back in, but where?
- Dynamic height in custom header image panel
- How to download CSV from sub directory in uploads folder
- How can I remove or change the tooltip of an icon
- How do I redirect the browser to 404 page, if no posts are found in home page
- Design Header meta on single posts wordpress