Is there anyway to rename a user role name via hook, instead of using plugin?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
http://www.garyc40.com/2010/04/ultimate-guide-to-roles-and-capabilities/ |
||||
|
|
|
A simple solution would be to just add a user role using |
|||
|
|
You can create a custom localization file. Get this file: http://svn.automattic.com/wordpress-i18n/pot/trunk/wordpress.pot and edit using PoEdit tool (for example). In next step save localization file as en_GB.mo (or other) and edit wp-config file: define ("WPLANG", "en_GB"); |
|||
|