I think that might not be something you need for the registration of s2Member, and instead in the files for the WordPress User's tab.
It looks as though something could be done through WordPress's wp-admin/user-edit.php file.
I'm not experienced in it, but maybe that could be a lead for you.
P/S for setting if the value is express, you could probably use the current_user_can function like this?
- Code: Select all
if (current_user_can('administrator'))
{
//display the option?
}
However, I believe none of this is related to s2Member, as it really wouldn't do anything even if it were hidden in the registration form, as a member who's already an Admin wouldn't be registering... right?