User Role Editor

Descripción

User Role Editor WordPress plugin allows you to change user roles and capabilities easy.
Just turn on check boxes of capabilities you wish to add to the selected role and click “Update” button to save your changes. That’s done.
Add new roles and customize its capabilities according to your needs, from scratch of as a copy of other existing role.
Unnecessary self-made role can be deleted if there are no users whom such role is assigned.
Role assigned every new created user by default may be changed too.
Capabilities could be assigned on per user basis. Multiple roles could be assigned to user simultaneously.
You can add new capabilities and remove unnecessary capabilities which could be left from uninstalled plugins.
Multi-site support is provided.

To read more about ‘User Role Editor’ visit this page

¿Necesitas más funcionalidad con soporte de calidad en tiempo real? ¿Deseas eliminar los anuncios de las páginas del plugin User Role Editor?
Compra la versión Pro.
User Role Editor Pro incluye los módulos extra:

  • Block selected admin menu items for role.
  • Ocultar los elementos del menú frontal seleccionados para visitantes no registrados, usuarios registrados, perfiles.
  • Block selected widgets under “Appearance” menu for role.
  • Mostrar widgets en la portada para perfiles seleccionados.
  • Bloquea las cajas metas seleccionadas (escritorio, entradas, páginas, tipos de contenido personalizados) para el perfil.
  • “Export/Import” module. You can export user role to the local file and import it to any WordPress site or other sites of the multi-site WordPress network.
  • Roles and Users permissions management via Network Admin for multisite configuration. One click Synchronization to the whole network.
  • “Other roles access” module allows to define which other roles user with current role may see at WordPress: dropdown menus, e.g assign role to user editing user profile, etc.
  • Gestionar el acceso de los usuarios a la edición de entradas/páginas/tipo de publicación personalizada usando entradas/páginas, autores, lista de ID de taxonomías.
  • Per plugin users access management for plugins activate/deactivate operations.
  • Per form users access management for Gravity Forms plugin.
  • Shortcode to show enclosed content to the users with selected roles only.
  • Posts and pages view restrictions for selected roles.
  • Visor de permisos de páginas de escritorio de administración

La versión Pro está libre de publicidad. Incluye el soporte premium.

Documentación adicional

Puedes encontrar más información sobre el plugin “User Role Editor” en esta página

Estoy listo para responder a tus preguntas acerca del uso del plugin. Usa comentarios de la página del plugin para eso.

Capturas de pantalla

Instalación

Procedimiento de instalación:

  1. Desactivar el plugin si tienes instalada la versión anterior.
  2. Extraer el contenido del archivo “user-role-editor.zip” en el directorio “/wp-content/plugins/user-role-editor”.
  3. Activar el plugin “User Role Editor” a través del menú “plugins” en el menú de administración de WordPress.
  4. Ve al elemento de menú “usuarios” – “editor de perfil de usuario” y cambia las capacidades de los perfiles estándar de WordPress de acuerdo con tus necesidades.

FAQ

  • ¿Funciona con WordPress en un entorno multisitio?
    Sí, funciona con WordPress multisitio. Por defecto, el plugin funciona para todos los blogs de tu red de multisitio como para los blogs instalados localmente.
    Para actualizar globalmente el perfil seleccionado para la red, debes activar la casilla de verificación “aplicar a todos los sitios”. Debes tener privilegios de superadministrador para usar “User Role Editor” en el multisitio de WordPress.
    La versión Pro permite administrar los perifles de toda la red desde el administrador de la red.

Para leer la sección FAQ, visita esta página en shinephp.com.

Reseñas

24 de Julio de 2026
If you need to manage custom roles or tweak specific capabilities for your clients, look no further. User Role Editor is lightweight, perfectly integrated into the WordPress core logic, and extremely reliable. It allows us to restrict client access safely without breaking site functionality. A 5-star, must-have plugin for any serious development environment.
25 de Junio de 2025
This plugin is working well. Thank you for the developer who put lot of time into it. Very nice, lightest and most simple.
22 de Abril de 2025
I’m a DIY self learner, and had a great experience with URE. It has vast capabilities and is organized to make it easy to navigate and apply so many customizations. Very intuitive. On the one occasion I needed guidance, the tech support was quick, personal and a success. Highly recommend.
16 de Abril de 2025
I hate giving bad reviews as I know how much work goes into these plugins, often by one person. But we have wasted so much time and lost orders because of a known bug. I can see that others have reported this bug from at least 4 months ago. So I want to warn others. The whole point of us using this plugin was to create a custom role and to assign specific capabilities to that role. For a short while it worked so we launched the site. And then it stopped working and caused chaos. We have spent FOREVER trying to figure this out. We will be moving to a different plugin asap.
27 de Marzo de 2025
Didn’t break my site, it just doesn’t work. On multisite, trying to give user permissions to install plugins–as it indicated in settings that it could do that. Appears to uninstall cleanly, at least.
Leer los 288 comentarios

Colaboradores & Desarrolladores

“User Role Editor” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“User Role Editor” ha sido traducido en 28 idiomas. Gracias a los traductores por sus contribuciones.

Traduce “User Role Editor” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .

Historial de cambios

[4.66.1] 25.08.2026

  • Fix: URE_Assign_Role::$lib property was changed to protected.
  • Fix: URE_Uninstall::delete_options() private function changed to protected.
  • Fix: URE_Uninstall::init_options_list() referenced ‘ure_task_queue’, which never matched URE_Task_Queue::OPTION_NAME (‘ure_tasks_queue’), so that option was never deleted on uninstall.
  • Fix: URE_Core::define_files() – class URE_Uninstall was not added correctly, null was written instead of class name.
  • Fix: activating Pro while free was already active caused a fatal “Cannot redeclare ure_log_error()” error; the function declaration is now guarded with function_exists().
  • Fix: activating this plugin while the paired Pro plugin was already active silently left both active instead of deactivating the paired one, because the register_activation_hook() call never ran in that request; it’s now registered as a standalone function directly in the main plugin file, ahead of the class_exists(‘URE_Loader’) guard that was skipping it.

[4.66] 19.08.2026

  • Update: Marked as compatible with WordPress 7.1
  • Required PHP version increased up to 7.4
  • Required WordPress version increased up to 4.6
  • Update: Plugin loading code is enhanced.
  • Update: Plugin does not use self-defined PHP global constants. Needed data moved inside classes.
  • Update: URE_Admin_Notice class output was escaped with esc_attr(), wp_kses_post() functions.
  • Security Fix: SQL queries in URE_Editor::direct_network_roles_update() and leave_roles_for_blog() are passed to $wpdb->prepare() with real %s placeholders.
  • Security Fix: URE_Editor::get_caps_columns_quant() now requires a valid nonce before writing a display-preference transient from $_POST, closing a minor CSRF gap.
  • Fix: URE_Protect_Admin used a bitwise “&” instead of a logical “&&” when checking a capabilities array, which could throw a PHP 8 TypeError; fixed to use “&&”, and the related IN() SQL clause is now hardened with array_map(‘absint’, …).
  • Update: nonce actions used on the Settings/Tools pages are now scoped per form (ure_settings_update, ure_addons_settings_update, ure_default_roles_update, ure_settings_ms_update, ure_settings_tools_exec) instead of one shared string.
  • Update: additional output escaping was added across URE_View, URE_Role_View and URE_Role_Additional_Options (role/capability slugs, wp_json_encode() instead of json_encode(), esc_url() on form actions), plus a defense-in-depth capability check in URE_Role_Additional_Options::save().
  • Update: rel=”noopener noreferrer” was added to external links opened with target=”_new”.
  • Update: hardcoded text strings in the role editor toolbar are now translatable.
  • Fix: URE_Assign_Role used the %i SQL placeholder, which needs WordPress 6.2+, below the plugin’s declared minimum; replaced with direct interpolation of internal table names.
  • Fix: URE_Editor::reset_user_roles() had an unescaped wp_die() message; further output escaping (esc_url(), esc_html(), absint()) was added across URE_Base_Lib, URE_Editor, URE_User_Other_Roles and URE_User_View.
  • Fix: several request-var/database-result comparisons that could be bypassed by PHP type juggling are now strict, including URE_Grant_Roles::is_try_remove_admin_from_himself()’s “can’t remove your own admin role” check.
  • Fix: URE_Base_Lib::set() now correctly rejects unknown properties instead of silently creating them; URE_View declares its $advert property explicitly.
  • Update: $_SERVER[‘REQUEST_URI’] is now validated and unslashed before sanitizing in URE_Lib::is_right_admin_path() and URE_User_Other_Roles::is_user_profile_extention_allowed().
  • Update: posted role IDs are now sanitized (sanitize_key(), wp_unslash()) in URE_Editor, and its ‘object’/role-selection request parameters are constrained to known values.
  • Update: URE_Base_Lib::get_blog_ids() now uses get_sites() instead of a raw database query.
  • Update: URE_Capability::revoke_caps() now uses get_users() instead of a raw database query.
  • Update: URE_Protect_Admin::has_administrator_role() now uses user_can() instead of a raw database query.

[4.65] 21.05.2026

  • Update: Marked as compatible with WordPress 7.0
  • Update: Pages markup are modified to correspond WordPress 7.0 CSS changes.
  • Update: “defined(‘ABSPATH’)” guard was added to all PHP files to exclude PHP files direct execution.
  • Update: sanitize_text_field(), sanitize_key(), sanitize_url() functions are used to secure user input before processing.
  • Update: _nonce field checking was added before data update in addition to test made already on the higher level.

El archivo “changelog.txt” contiene la lista completa de cambios.

Sponsor
SponsoredKunjungi sekarang
Promo