• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

User Role Editor Pro - WordPress Plugin

User Role Editor Pro - WordPress Plugin v4.64.2

No permission to download
Download User Role Editor Pro v4.55 - WordPress Plugin Nulled Free
= [v4.55] 03.02.2020 =

  • Core version: 4.53
  • New: custom filter 'ure_hide_fe_menu_if_content_view_prohibited' allows to not hide front-end menu item, if linked page is prohibited for view to current user.
  • Update: Other roles access add-on: It's possible to use this add-on against 'administrator' role under WordPress multisite. Return FALSE from 'ure_not_block_other_roles_for_local_admin' filter for this purpose.
  • Fix: Other roles access add-on:
  • - Users with blocked role(s) were shown for "Block not selected" model.
  • - Users quantity at the top roles links/filters were counted wrong way.
  • * Core version was updated to 4.53:
  • Update: "Add role", "Delete role", "Rename role", "Add capability", "Delete capability" do not reload full page on completion, but use AJAX for data exchange with server and refresh parts of the page via JavaScript.
  • Update: Multisite: "Allow non super administrators to create, edit, and delete users" option: priority for 'map_meta_cap' filter priority was raised from 1 to 99, in order make possible to overwrite changes made by other plugins, like WooCommerce.
  • Fix: Some English grammar mistakes.
  • Like
Reactions: guanko
Download User Role Editor Pro v4.54.1 - WordPress Plugin Nulled Free
User Role Editor Pro CHANGES LOG (full version).
= [v4.54.1] 27.12.2019 =

  • Core version: 4.52.2
  • New: Other roles access add-on: Use custom 'ure_other_roles_access' filter to change restrictions for user dynamically. Filter takes 2 input parameters: 1) $blocked (array) - restrictions for current user; 2) $user (WP_User) - current user.
  • Fix: Other roles access add-on:
  • - It was not possible to edit user from the users list, when "Not selected" model is turned ON.
  • - There was a bug in processing roles with similar role IDs, like 'customer', 'wholesaler_customer'. When you blocked 'customer' role, script automatically blocked similar role 'wholesaler_customer'.
  • Core version was updated to 4.52.2:
  • Fix: Custom capabilities for custom post types was not created by URE automatically since version 4.52.1.
  • Fix: 'administrator' role protection did not
Download User Role Editor Pro v4.54 - WordPress Plugin Nulled Free
= [4.54] 25.11.2019 =

  • Core version: 4.52.1
  • New: Multisite: "Network Admin->Users->User Role Editor->Network Update" URE Pro uses by default the main blog as a source of add-ons settings to replicate for all network. New custom filter 'ure_get_addons_source_blog' allows to use as a source blog any other existing subsite. Filter accepts single parameter - main blog ID by default. User this filter to return ID of blog/subsite which you wish to use as a source of add-ons settings for all other subsites.
  • Fix: PHP Notice: Undefined variable: post_id in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/content-view-restrictions-editor.php on line 150
Download User Role Editor Pro v4.53 - WordPress Plugin Nulled Free
[v4.53] 14.11.2019 =

  • Core version: 4.52.1
  • New: Navigation menus admin access add-on: Block access to the navigation (front-end) menus under "Appearance->Menu" for selected role.
  • Core version was updated to 4.52.1
  • Update: URE requires PHP version 5.6.
  • ure_cpt_editor_roles filter was added. It takes 2 parameters: array $roles with 1 element 'administrator' by default and $post_type with post type name string. Add other role(s) to which you wish automatically add all user capabilities for custom post type $post_type. URE updates roles this way before opening "Users->User Role Editor" page.
  • Update: New own URE Pro user capabiblity 'ure_nav_menus_access' was added. It allows to manage what front-end menus will be available for selected role.
Download User Role Editor Pro v4.52 - WordPress Plugin Nulled Free
= [v4.52.b5] 03.09.2019 =

  • Core version: 4.51.3
  • New: Content Restrictions add-on: It's possible to add view restrictions directly to post categories or any other custom taxonomies.
  • Like
Reactions: UglyKidJoe
Download User Role Editor Pro v4.51.2 - WordPress Plugin Nulled Free
= [v4.51.2] 03.09.2019 =

  • Core version: 4.51.3
  • Update: Admin menu access add-on: Extra menu separators (if they follow one by one) are removed automatically.
  • Fix: Edit restrictions add-on: Restricted categories was available for selection in Gutenberg.
  • Core version was updated to 4.51.3
  • Fix: line #281 at /includes/classes/view.php called to the not existing class property.
  • Fix: Dialog button labels inside User Role Editor ('Cancel' buttons especially) were shown with not correct translation or not translated at all. Thanks to @lucaboccianti for this bug report.
  • Fix: Roles have saved in alphabet order after any role update. Roles order in the database is not changed now. Sorting is made for a view purpose only.
  • Update: Roles sorting inside WordPress roles dropdown lists is switched OFF by default. In order to switch WP roles dropdown lists sorting ON, return TRUE from 'ure_sort_wp_roles_list' filter.
  • Like
Reactions: jamesmilo
Download User Role Editor Pro v4.51.1 - WordPress Plugin Nulled Free
CHANGES LOG (full version).
= [v4.51.1] 15.06.2019 =

  • Core version: 4.51.1
  • Fix: Post/Pages/Custom post types (CPT) edit restrictions add-on:
  • - When CPT excluded from restrictions via 'ure_restrict_edit_post_type' filter, its categories list is not restricted for selection too.
  • Update: Meta boxes access add-on: It's possible to automatically block Gutenberg components (right sidebar) - just block corresponding meta boxes: Categories, Tags, Featured Image, Excerpt, Discussion, Slug (Permalink).
  • Core version was updated to 4.51.1
  • Fix: Superadmin could not revoke capabilities from 'administrator' role under WordPress multisite.
Download User Role Editor Pro v4.51 - WordPress Plugin Nulled Free
CHANGES LOG (full version).
= [v4.51] 22.05.2019 =

  • Core version: 4.51
  • New: Posts edit access add-on:
  • - Custom filter 'ure_edit_posts_access_add_orders_by_customer' was added. It returns FALSE by default. If switch it to TRUE and turn ON "Own data only" option for role or user, add-on will make available for current user WooCommerce orders for which he is a customer. It may be useful for scenario, when order customer is allowed to edit his own orders. It will prevent current user from seeing orders from other customers.
  • - Custom filter 'ure_edit_access_posts_list' was added. It allows programmatically set/changes the list of posts ID which will be used to allow/prohibit editing for current user.
  • Fix: Content view restrictions add-on:
  • - PHP notice was fixed: Undefined index: ure_prohibit_allow_flag in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/content-view-restrictions-posts-list.php on lines 398, 406
  • - If restriction is not set for a post or page, use default values from URE settings or hard-coded value if other is not available.
  • Core version was updated to 4.51
  • New: Bulk actions were added to the Users page: "Add Role", "Revoke Role". Select role from the related drop-down menu and add/revoke it to/from the list of pre-selected users.
  • Update: Bulk grant roles feature ("Grant roles" button at the "Users" page) and Bulk grant role to users without role ("Without role" button at the "Users" page) are protected by 'promote_users' capability instead of 'edit_users', exactly the same way as WordPress itself does for its "Change role to".
  • Update: 'load-users.php' action is used instead of 'admin_init' to load support code for "Without role" and "Grant roles" button at the "Users" page.
  • Update: URE ignores now a capability without ID in case it was added to the database somehow (other plugin bug, etc.). Such incorrect empty capability is removed from the capabilities list as a result after any role update.
  • Love
  • Like
Reactions: Amparo and lvlasoud
Download Free User Role Editor Pro v4.50.5 - WordPress Plugin Nulled
[v4.50.5] [01.04.2019]

Core version: 4.50.2
Fix: Posts/pages edit restrictions add-on: PHP “Notice: Undefined index: HTTP_REFERER in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/posts-edit-access.php on line 514” was fixed.
Download Free User Role Editor Pro v4.50.3 - WordPress Plugin Premium Nulled
[v4.50.3] [16.03.2019]

Core version: 4.50.1
  • Fix: Admin menu access add-on:
    – “return=<...>” argument was not removed properly from “customize.php” URLs linked to “Appearance->Customize” and “Appearance->Header” submenu items.
    Attention! Reopen your “Admin menu” settings fro the restricted roles and check if these submenu items are still blocked after installing this update.
    – “Forms->System Status” menu item of “Gravity Forms” plugin was not supported properly. PHP Notice: “Undefined index: gf_system_status in \wp-content\plugins\user-role-editor-pro\pro\includes\classes\admin-menu-view.php on line 108” was generated and broke the JSON response.
  • Fix: Network Admin->Users->Capabilities->Network Update: Fatal error: Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘URE_Editor_Pro’ not found
  • Fix: Network Admin->Users->Capabilities->Network Update: Fatal error: Uncaught Error: Using $this when not in object context in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/editor-ext.php on line 103
  • Core version was updated to 4.50.1:
  • Fix: WP Multisite: Users->Capabilities->Update: “Fatal error: Uncaught Error: Call to undefined method URE_Editor::check_blog_user() in /wp-content/plugins/user-role-editor-pro/includes/classes/editor.php on line 576” was fixed.
  • Fix: WooCommerce group was not shown under Custom capabilities section.
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock