How To Use WordPress Function To Do 301 Redirection

How can I use WordPress function to do the 301 redirection

You can use WordPress wp_redirect function to do the 301 redirection

wp_redirect( "http://softwarehtec.com" ,"301");
exit;
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments