sc_login_redirect_url
Filter the redirect URL after login.
Disable Password Nag
Control whether new users see the password change nag after their account is created with a random, temporary password. SureCart uses default WordPress functionality for best compatibility, so you can use theget_user_metadata filter to intercept the default_password_nag user meta check.
Use Cases
Redirect to Download After Purchase
Role-Based Redirects
Redirect to Original Page
Disable Password Nag for Specific Users
Related
Checkout
Customize checkout user creation and auto-login.
Customers
Hook into customer lifecycle events.