wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



add_user_to_blog › WordPress Action Hooks

SeitMU (3.0.0)
Veraltetn/v
do_action( 'add_user_to_blog', $user_id, $role, $blog_id )
Parameter: (3)
  • (int) $user_id User ID.
    Erforderlich: Ja
  • (string) $role User role.
    Erforderlich: Ja
  • (int) $blog_id Blog ID.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately after a user is added to a site.





Quellcode

do_action( 'add_user_to_blog', $user_id, $role, $blog_id );