277* Filters the list of editable roles.278*279* @since 2.8.0280*281* @param array[]$all_rolesArray of arrays containing role information.282*/283$editable_roles=apply_filters('editable_roles',$all_roles);284285return$editable_roles;286}287288/**289* Retrieve user data and filter it.
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.