How to redirect to another page via php custom code
-
If a condition is met, I want to redirect to another page of the same site.
e.g.
IF ( condition is true ){ go to this page } else { do nothing and stay on the same page }
Pls note its for a code snippet I am trying to write.
NOT interested in other plugins or .htaccess.cheers.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to redirect to another page via php custom code’ is closed to new replies.