wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



registration_redirect › Filtr WordPress Hooks

Od5.9.0
Przestarzałyn/a
apply_filters( 'registration_redirect', $registration_redirect, $errors )
Parametry: (2)
  • (string) $registration_redirect The redirect destination URL.
    Wymagane: Tak
  • (int|WP_Error) $errors User id if registration was successful, WP_Error object otherwise.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the registration redirect URL.





Źródło

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