do_action( ‘auth_redirect’, int $user_id )

In this article

Fires before the authentication redirect.

Parameters

$user_idint
User ID.

Source

do_action( 'auth_redirect', $user_id );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.