wordpress q - redirection
wordpress q - redirection
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- acescence0
if you want to redirect to the front page..
$redirect_url = get_option('siteurl');
is that what you want?
if you want to redirect to the front page..
$redirect_url = get_option('siteurl');
is that what you want?