Skip to main content
These filters allow you to customize the login and authentication experience.

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 the get_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

Checkout

Customize checkout user creation and auto-login.

Customers

Hook into customer lifecycle events.