• Contact Us
  • DMCA
  • Terms of use
  • Privacy Policy
Menu
  • Contact Us
  • DMCA
  • Terms of use
  • Privacy Policy

gplking.com

Premium WordPress Plugins and Themes 

  • Login
  • Signup
  • updates
  • VIEW ALL PLUGINS/THEMES
Menu
  • Login
  • Signup
  • updates
  • VIEW ALL PLUGINS/THEMES

Home » Downloads » User Role Editor Pro

Loading...
Cornerstone – The WordPress Page Builder
Rubbez- WooCommerce & Corporate WordPress Theme
Rubbez- WooCommerce & Corporate WordPress Theme
Acumec – Business Multipurpose WordPress Theme
Acumec – Business Multipurpose WordPress Theme
Skudo
Skudo
Medicor – Medical Clinic & Pharmacy WooCommerce WordPress Theme
User Role Editor Pro

User Role Editor Pro

Updated: September 20

Version:

v4.60.2

DEMO

User Role Editor Pro

User Role Editor - edit user roles easily
Are you satisfied with standard WordPress roles list or user capabilities distribution among them? Do you wish to change something in the users rights and permissions system?
User Role Editor WordPress plugin will help you. Edit any existing role, create new one, fill selected role with capabilities which you need. Assign new created roles or capabilities directly to the user.
User Role Editor Pro version features
Why go Pro? Pro version offers extended functionality. It is advertisement free. Buy Pro version and join
to the 2539 active subscribers. Look on the Pro version additional features list and take right effective decision:
Block selected admin menu items on per role base (more details...)
Show front end menu item for everyone, logged-in users, logged-in users with selected role(s), not logged-in visitors only (more details...)
Block selected widgets and sidebars under "Appearance" menu on per role base (more details...)
Block selected meta boxes (dashboard, posts, pages, custom post types) for roles (more details...)
Block access to the other roles for the selected role (more details...)
Per plugin access for roles and users with "activate_plugins" capability (more info...);
Export and Import user roles
Multi-site: Roles and users management for all sites at Network Admin from one point: edit, replicate roles to all subsites, assign roles and capabilities to the users, replicate existing user together with his permissions to all sites of the network.
Multi-site: Restrict access of single sites administrators to the selected user capabilities and Add/Delete role operations inside User Role Editor (more info...)
Multi-site: Superadmin can setup individual lists of themes available for activation to selected single sites administrators (more details...).
Content edit access restriction features:
Force all custom posts types to use its own custom capabilities set instead of usage of one built on the base of the 'post', e.g. 'edit_videos' instead of 'edit_posts'.
Activate "Create" capability for posts/pages/custom post types. For example, without a 'create_post' capability user will be allowed just edit the existing posts.
Users access restriction for editing selected posts and pages only by post/page ID, or/and category/taxonomy ID, or/and author user ID (more info...);
Users access restriction to Gravity Forms by forms ID list (more info...);
Content view access restriction for selected roles and with short_codes (more info...)
Manage what widgets are shown for what role (more details...).
Admin pages permissions viewer shows at the bottom of every admin backend (wp-admin) page the user capabilities list checked by this page and plugins hooked to it (more details...).
Advertisement Free
Guaranteed premium support.

User Role Editor Pro

= [v4.60.2.b3] 17.09.2021 =
* Core version: 4.60.2
* Update: Marked as compatible with WordPress 5.8.1
* Fix: Admin menu access add-on: Blocked admin menu item "SEO->Workouts" (from Yoast SEO plugin) was still available as main menu item.
* Fix: Multisite: Add-ons data from the main site were not replicated to subsites after click "Update Network" button from the "Network Admin->Users->User Role Editor".
* Fix: Navigation menus access add-on:
* - PHP Warning: Undefined variable $result in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/nav-menus-admin-controller.php on line 28
* - PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/nav-menus-admin-view.php:146
* Core version was updated to version 4.60.2
* New: URE user capability 'ure_edit_gravityforms_access' was added (Pro version only).
* Fix: Multisite: URE_Editor::is_full_network_sync() returned FALSE, instead TRUE for the AJAX call, while call was made from the Network Admin (wp-admin/network/).

*: Multisite: it's possible to leave selected roles for selected subsites unchanged after "Update Network" applied. Add filter 'ure_network_update_leave_roles' and
return from it the array like this one - array( (int) blog_id => array('role_id1', 'role_id2', ... );
* Update: Posts/pages, custom post types edit restrictions add-on: child posts auto access takes into account all existing hierarchical post types, not only pages as earlier.
Use 'ure_auto_access_children_for_hierarchical_post_types' filter in order to change this. It takes the single input parameter $hierarchical_post_types - the list of existing public hierarchical post types.
* Core version was updated to version 4.59.1
* New: Multisite: When update role at the main site with "Apply to all sites" option and PHP constant URE_MULTISITE_DIRECT_UPDATE === 1 (update roles directly in database, not via WordPress API),
URE overwrites all subsite roles with roles from the main site. It's possible now to leave selected role(s) for selected subsite(s) unchanged: add filter 'ure_network_update_leave_roles' and
return from it the array like this one - array( (int) blog_id => array('role_id1', 'role_id2', ... );
* Update: "Other roles" section is available now only for users with 'promote_users' capability.
* Update: Notice at the top of URE page about action result is not removed automatically after 7 seconds as earlier.
* Update: 'ure_sort_wp_roles_list' filter accepts these values for the single input parameter: false - leave roles list as it is; true or 'id' - sort roles list by role ID; 'name' - sort roles by role name in the alphabetical order.
Core version: 4.59
* New: custom filter 'ure_set_cpt_own_caps' was added. It takes 2 input parameters: $do_it (bool, TRUE by default) and $post_type (string). Return FALSE for this filter in order to leave the default capability type for selected custom post type when option "Force custom post types to use their own capabilities" is turned ON at URE's options. If custom post type capabilities are not changed, related taxonomy capabilities are not changed too.
* New: custom filter 'ure_set_cpt_taxonomy_own_caps' was added. It takes 3 input parameters: $do_it (bool, TRUE by default), $taxonomy (string, like 'product_cat') and $post_type (string, like 'product'). Return FALSE for this filter in order to leave the default capabilities for selected taxonomy even if related custom post type will get own capabilities when option "Force custom post types to use their own capabilities" is turned ON at URE's options.
* Update: PHP constant URE_WP_ADMIN_URL was replaced with direct 'admin_url()' call to respect the 'admin_url' filter applied at get_admin_url() function.
* Fix: Navigation menus access add-on: action result message on success was not shown.
* Core version was updated to version 4.59
* Update: Editing roles and capabilities granted to selected user ("Capabilities" link under user row at the "Users" list) executes 'add_user_role' or 'remove_user_role' actions only in case it really grants or revokes roles and/or capabilities.
Previous versions fully revoked and granted again all roles during user permissions update even in case roles list was not changed. It was leaded to the false execution of the mentioned add/remove role actions.

Check /Extract files before uploading to wordpress, some .zip/.rar file may have more than 1 theme/plugin file in it.

Download
Log In
Loading...
HappyStore – Responsive WordPress WooCommerce Theme
HappyStore – Responsive WordPress WooCommerce Theme
Live Product Editor for WooCommerce
UpStream Customizer
AffiliateWP – Lifetime Commissions
Grand – Responsive Furniture WooCommerce WordPress
Grand – Responsive Furniture WooCommerce WordPress

Copyright © 2018 – 21 Gplking.com

gplking.contact@gmail.com
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are as essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
SAVE & ACCEPT

Hello! you need to Create Account to start downloading

Visitor

New to Gplking Try it

FREE
for 10days
  • Access to all item
  • 10 download per day
  • one click download
Get Access
Ending soon

King

$ 30
for 1 day
  • Access to all item
  • Unlimited Download
  • Google Drive Link with All Files
Donate
popular

Monthly

Subscription

$ 9.99
+5 $ signup fee
  • Access to all item
  • Unlimited Download
  • Access to suggest new plugin
  • No Ads
Donate

Monthly

$ 14.99
for month
  • Access to all item
  • Unlimited Download
  • Access to suggest new plugin
  • Not recurring
  • No Ads
Donate
MORE MEMBERSHIP PLANS
gplking
Login

Enter your email and password and start Exploring killer Features

Lost your password?
Login with Social Media
Google+
Social Loader
Log into Your Account
Prefer to Login with Social Media

Lost Password?

pixel