apply_filters( 'get_blogs_of_user', object[] $sites , int $user_id , bool $all )
Filters the list of sites a user belongs to.
Parameters
- $sites
-
An array of site objects belonging to the user.
- $user_id
-
User ID.
- $all
-
Whether the returned sites array should contain all sites, including those marked 'deleted', 'archived', or 'spam'. Default false.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. MU (3.0.0) |