Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

am trying to redirect the page using a header location, but it seems using the header function inside a function causes the problem cannot modify header info, any ideas ?

PS : i've already cleared white spaces, new lines and such things before asking

share|improve this question

closed as not a real question by toscho Jul 4 '12 at 21:46

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

wp_redirect(); 

Try this function to redirect.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.