wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



remove_user_from_blog › Les Actions WordPress

Depuis5.4.0
Dépréciéen/a
do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign )
Paramètres: (3)
  • (int) $user_id ID of the user being removed.
    Requis: Oui
  • (int) $blog_id ID of the blog the user is being removed from.
    Requis: Oui
  • (int) $reassign ID of the user to whom to reassign posts.
    Requis: Oui
Défini(e) dans:
Codex:

Fires before a user is removed from a site.





Source

do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );