Is there anyway to rename a user role name via hook, instead of using plugin?
feedback
|
http://www.garyc40.com/2010/04/ultimate-guide-to-roles-and-capabilities/ | ||||
|
feedback
|
|
A simple solution would be to just add a user role using | |||
feedback
|
|
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"); | |||
feedback
|