Title: Shortdot's Replies | WordPress.org

---

# Shortdot

  [  ](https://wordpress.org/support/users/shortdot/)

 *   [Profile](https://wordpress.org/support/users/shortdot/)
 *   [Topics Started](https://wordpress.org/support/users/shortdot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/shortdot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/shortdot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/shortdot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/shortdot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/shortdot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rename wp-login.php] How do I redirect to home url upon logout?](https://wordpress.org/support/topic/how-do-i-redirect-to-home-url-upon-logout/)
 *  Thread Starter [Shortdot](https://wordpress.org/support/users/shortdot/)
 * (@shortdot)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-redirect-to-home-url-upon-logout/#post-4417123)
 * So far everything from login to logout seems to be in working order now with 
   2.0 activated. Logout no longer redirects me to the wordpress backend and the
   user stays on the homepage afterwards.
 * Thanks alot!
 * I’ll repost a new thread if I run into the issue again…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rename wp-login.php] How do I redirect to home url upon logout?](https://wordpress.org/support/topic/how-do-i-redirect-to-home-url-upon-logout/)
 *  Thread Starter [Shortdot](https://wordpress.org/support/users/shortdot/)
 * (@shortdot)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-redirect-to-home-url-upon-logout/#post-4417118)
 * It took me a bit, but I can confirm that deactivating the plugin and then logging
   in and out will redirect the user to the home page without them seeing the backend.
 * The only time they see the backend is logging out while this plugin is activated.
   Logging in works just fine.
 * The only custom redirect I use in my WordPress functions.php file is below:
 *     ```
       function custom_bbp_redirect($url) {
   
       	return 'http://www.benscg.com';
       }
       add_filter( 'bbp_user_register_redirect_to', 'custom_bbp_redirect' );
       ```
   
 * Everything else is handled by the standard BBPress Login Widget.

Viewing 2 replies - 1 through 2 (of 2 total)