learndash_password_reset_login_url( string $login_url = '', string $redirect = '', boolean|string $force_reauth = '' )
Handles password reset logic.
Description #
Fires on login_url
hook.
Parameters #
- $login_url
-
(string) (Optional) Current login_url.
Default value: ''
- $redirect
-
(string) (Optional) Query string redirect_to parameter and value.
Default value: ''
- $force_reauth
-
(boolean|string) (Optional) Whether to force re-authentication.
Default value: ''
Return #
(string) Returns login URL.
Source #
Changelog #
Version | Description |
---|---|
3.1.2 | Introduced. |