get_blogs_of_user

get_blogs_of_user

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_blogs_of_user') is found 1 times:

  • /wp-includes/user.php line 1044
    	 * @param int      $user_id User ID.
    	 * @param bool     $all     Whether the returned sites array should contain all sites, including
    	 *                          those marked 'deleted', 'archived', or 'spam'. Default false.
    	 */
    	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)