Profiles

  • Member Since: July 9th, 2012
  • Find me on:
  • Posted a reply to Redirect after login, on the site WordPress.org Forums:
    @artnijenboer Just a hunch, but you probably have another plugin or some custom code that…

  • Posted a reply to Redirect after login, on the site WordPress.org Forums:
    Sure. Here's what I'm using add_filter( 'rtcamp.google_default_redirect', 'a403_google_login_redirect' ); function a403_google_login_redirect ( $url ) {…

  • Posted a reply to Redirect after login, on the site WordPress.org Forums:
    Did some more digging and found the filter rtcamp.google_default_redirect which allowed me to redirect on…

  • Posted a reply to Redirect after login, on the site WordPress.org Forums:
    I am also having issues with the "login_redirect" filter when using this plugin. The filter…