wpseek.com
A WordPress-centric search engine for devs and theme authors



registration_redirect › WordPress Filter Hooks

Since5.9.0
Deprecatedn/a
apply_filters( 'registration_redirect', $registration_redirect, $errors )
Parameters: (2)
  • (string) $registration_redirect The redirect destination URL.
    Required: Yes
  • (int|WP_Error) $errors User id if registration was successful, WP_Error object otherwise.
    Required: Yes
Defined at:
Codex:

Filters the registration redirect URL.





Source

$redirect_to = apply_filters( 'registration_redirect', $registration_redirect, $errors );