get_blogs_of_user( int $user_id, bool $all = false )
Retrive blogs associated with user.
Description
See also
Parameters
- $user_id
-
(Required) ID of the user. Not used.
- $all
-
(Optional) Whether or not to return all. Not used.
Default value: false
Return
(bool)
Source
File: bp-core/bp-core-wpabstraction.php
function get_blogs_of_user( $user_id, $all = false ) { return false; }
Changelog
Version | Description |
---|---|
BuddyPress 1.2.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.