Forums
(@serkannyc)
11 years, 7 months ago
I just added this codes and it started to working
function get_editable_roles() { global $wp_roles; $all_roles = $wp_roles->roles; $editable_roles = apply_filters('editable_roles', $all_roles); return $editable_roles; }
11 years, 8 months ago
Can you tell me what is your plugins i have the problem if we have concurrent plugins i can find that where is it.