1034*1035* @param null|object[]$sites An array of site objects of which the user is a member.1036* @param int$user_id User ID.1037* @param bool$all Whether the returned array should contain all sites, including1038* those marked 'deleted','archived',or'spam'.Defaultfalse.1039*/1040$sites=apply_filters('pre_get_blogs_of_user',null,$user_id,$all);10411042if(null!==$sites){1043return$sites;1044}10451046$keys=get_user_meta($user_id);
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.