Filters the list of sites a user belongs to.
$sitesobject[]$user_idint$allboolwp-includes/user.php:1148get_blogs_of_user() * * @param object[] $sites An array of site objects belonging to the user. * @param int $user_id User ID. * @param bool $all Whether the returned sites array should contain all sites, including * those flagged for deletion, archived, or marked as spam. */ return apply_filters( 'get_blogs_of_user', $sites, $user_id, $all );} /** * Finds out whether a user is a member of a given blog. * * @since MU (3.0.0)Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.