do_action( 'auth_redirect', int $user_id )

Fires before the authentication redirect.


Parameters

$user_id int
User ID.

Top ↑

Source

File: wp-includes/pluggable.php. View all references

do_action( 'auth_redirect', $user_id );


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

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