apply_filters( 'edd_login_redirect', string $default_redirect_url , int|false )
Filters the URL to which users are redirected to after logging in.
Description Description
Parameters Parameters
- $default_redirect_url
-
The URL to which to redirect after logging in.
-
User ID. false if no ID is available.
Source Source
File: includes/login-register.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |