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



invite_user › Działania WordPress Hooks

Od4.4.0
Przestarzałyn/a
do_action( 'invite_user', $user_id, $role, $newuser_key )
Parametry: (3)
  • (int) $user_id The invited user's ID.
    Wymagane: Tak
  • (array) $role Array containing role information for the invited user.
    Wymagane: Tak
  • (string) $newuser_key The key of the invitation.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires immediately after an existing user is invited to join the site, but before the notification is sent.





Źródło

do_action( 'invite_user', $user_id, $role, $newuser_key );