Fires before the authentication redirect.
Parameters
$user_id
int- User ID.
Source
do_action( 'auth_redirect', $user_id );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Fires before the authentication redirect.
$user_id
intdo_action( 'auth_redirect', $user_id );
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.