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



can_add_user_to_blog › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'can_add_user_to_blog', true, $user_id, $role, $blog_id )
Parameter: (4)
  • (true|WP_Error) $retval True if the user should be added to the site, error object otherwise.
    Erforderlich: Ja
  • (int) $user_id User ID.
    Erforderlich: Ja
  • (string) $role User role.
    Erforderlich: Ja
  • (int) $blog_id Site ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether a user should be added to a site.





Quellcode

$can_add_user = apply_filters( 'can_add_user_to_blog', true, $user_id, $role, $blog_id );