How to create and retrieve data from a special registration form?
The following code creates a new role. In fact is simply clones the subscriber role, so if you are not using that role currently, you may as well just use that. The following function need only be run once (it run’s when a user is ‘admin side’) //Creates a custom role called ‘my_new_role’. //Run this … Read more