979*980* @param null|object[]$sites An array of site objects of which the user is a member.981* @param int$user_id User ID.982* @param bool$all Whether the returned array should contain all sites, including983* those marked 'deleted','archived',or'spam'.Defaultfalse.984*/985$sites=apply_filters('pre_get_blogs_of_user',null,$user_id,$all);986987if(null!==$sites){988return$sites;989}990991$keys=get_user_meta($user_id);
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.