WordPress: Retrieve all roles list

Many times we need to show all roles in a dropdown for our widget and we try to find in database but we are unable to get correct value.. so here I am providing a good solution to get all list of roles:

get_names();

         // Below code will print the all list of roles.
         print_r($roles);        
?>

Comments

2 responses to “WordPress: Retrieve all roles list”

Leave a Reply

Your email address will not be published. Required fields are marked *

*