wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



invited_user_email › Hooks de Filtros WordPress

Desde5.6.0
Obsoleton/a
apply_filters( 'invited_user_email', $new_user_email, $user_id, $role, $newuser_key )
Parâmetros: (4)
  • (array) $new_user_email { Used to build wp_mail(). @type string $to The email address of the invited user. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers. }
    Required: Yes
  • (int) $user_id The invited user's ID.
    Required: Yes
  • (array) $role Array containing role information for the invited user.
    Required: Yes
  • (string) $newuser_key The key of the invitation.
    Required: Yes
Definido em:
Codex:

Filters the contents of the email sent when an existing user is invited to join the site.





Fonte

$new_user_email = apply_filters( 'invited_user_email', $new_user_email, $user_id, $role, $newuser_key );