WordPress redirect after logout without plugins

				
					add_action('wp_logout','ps_redirect_after_logout'); function ps_redirect_after_logout(){ wp_redirect( 'redirect url' ); exit(); }
				
			

If for this tutorial you need a plugin you can find it in the plugin page.

Share in your social networks

Leave a Comment