1051*1052* @param null|object[]$sites An array of site objects of which the user is a member.1053* @param int$user_id User ID.1054* @param bool$all Whether the returned array should contain all sites, including1055* those marked 'deleted','archived',or'spam'.Defaultfalse.1056*/1057$sites=apply_filters('pre_get_blogs_of_user',null,$user_id,$all);10581059if(null!==$sites){1060return$sites;1061}10621063$keys=get_user_meta($user_id);
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.