Title: fabbb's Replies | WordPress.org

---

# fabbb

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Redirect after create an account](https://wordpress.org/support/topic/redirect-after-create-an-account/)
 *  Thread Starter [fabbb](https://wordpress.org/support/users/fabbb/)
 * (@fabbb)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/redirect-after-create-an-account/#post-4608804)
 * /***** PAGE AFTER REGISTRATION *****/
    add_filter ( ‘woocommerce_registration_redirect’,‘
   my_registration_redirect’); function my_registration_redirect( $redirect ) { 
   $redirect = ‘[http://www.site.com/after&#8217](http://www.site.com/after&#8217);;
   return $redirect; }
 * /***** HOME AFTER LOGOUT *****/
    add_filter(‘logout_url’, ‘projectivemotion_logout_home’,
   10, 2); function projectivemotion_logout_home($logouturl, $redir) { $redir = 
   get_option(‘siteurl’); return $logouturl . ‘&redirect_to=’ . urlencode($redir);}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce / shop-page visbility for members only](https://wordpress.org/support/topic/woocommerce-shop-page-visbility-for-members-only/)
 *  [fabbb](https://wordpress.org/support/users/fabbb/)
 * (@fabbb)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-shop-page-visbility-for-members-only/#post-3220663)
 * Hi, I used the plugin Members Only.
 * It is simple to configure and you can add some redirect functions to choose which
   page you want to redirect after login.
 * I hope it will help you.
 * Fabbb
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce / shop-page visbility for members only](https://wordpress.org/support/topic/woocommerce-shop-page-visbility-for-members-only/)
 *  [fabbb](https://wordpress.org/support/users/fabbb/)
 * (@fabbb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-shop-page-visbility-for-members-only/#post-3220658)
 * Hi, I ‘d like to make a member only shop with woo commerce. So get the wooC login
   page directly. I spent 2 days to find a plugin … I tried members, Members access,
   Membership and I tried s2members but I think it is to hard for me to understand
   how it works.
 * I would like to know how to configure s2members to get the whole entire site 
   redirect to the woocommerce login (login and new user page) ?
 * Thanks
 * Fabbb

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