278* Filters the list of editable roles.279*280* @since 2.8.0281*282* @param array[]$all_rolesArray of arrays containing role information.283*/284$editable_roles=apply_filters('editable_roles',$all_roles);285286return$editable_roles;287}288289/**290* Retrieve user data and filter it.
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.