Help, added code, changed it, but old code still there
-
Hi,
I used the following code to add users/members
// Add a custom user role
$result = add_role( ‘paid_member’, __(
‘Paid Member’ ),
array( ) );I changed my mind and wanted to change paid member to something else.
I did that and now paid member as well as the new name is listed under users and I don’t want paid member to be an option when my customers look at the options. I want to know how I can remove it, as I can’t see where it is.
No coding background – obviously, so if someone could explain in the most simple way possible – e.g. the way you’d explain to a 4yo.
The topic ‘Help, added code, changed it, but old code still there’ is closed to new replies.