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



remove_user_from_blog › WordPress Action Hooks

Seit5.4.0
Veraltetn/v
do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign )
Parameter: (3)
  • (int) $user_id ID of the user being removed.
    Erforderlich: Ja
  • (int) $blog_id ID of the blog the user is being removed from.
    Erforderlich: Ja
  • (int) $reassign ID of the user to whom to reassign posts.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before a user is removed from a site.





Quellcode

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