While developing a website we need to redirect from one page to another. We use different type of redirection in different-different development languages and framework and CMS. If you are looking to use redirection in wordpress it is very simple to use::
wp_redirect('contact-listing');
// contact-listing is the page name
0 Comment(s)