how to assign role priority programmatically
-
i am able to create roles like this programmatically but i can’t set role priority. can anybody help me on how to set role priority when creating a role??
add_role( “um_” . $user_info->user_login . “_club_member”, $user_info->user_login . ” Club Member”, array());
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to assign role priority programmatically’ is closed to new replies.