Friday, 18 August 2017

WORDPRESS THEME: REDIRECT TO HOME PAGE ON LOGOUT

Here is the code for WORDPRESS THEME: REDIRECT TO HOME PAGE ON LOGOUT:


add_action('wp_logout', 'go_home');
function go_home(){wp_redirect(home_url());exit();}

No comments:

Post a Comment

Google Map Filter Api Example

Here is Google Map Filter Api Example: