WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about registration_redirect

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php apply_filters 1070 /**
* Filters the registration redirect URL.
*
* @since 3.0.0
* @since 5.9.0 Added the `$errors` parameter.
*
* @param string $registration_redirect The redirect destination URL.
* @param int|WP_Error $errors User id if registration was successful,
* WP_Error object otherwise.
*/

Hook Parameters

Parameter Type Name Description
string $registration_redirect The redirect destination URL.
int|WP_Error $errors User id if registration was successful,