Change WordPress user roles and capabilities › Forums › Restrict or Permit access inside WordPress – how to › URE updates for users without control of settings › Reply To: URE updates for users without control of settings
30/09/2021 at 03:51
#7709
Vladimir
Keymaster
If you pre-install URE to the site, input the license key or add it to WordPress configuration via PHP constant, like below:
// User Role Editor Pro License Code
define('URE_LICENSE_KEY', '5ae21 ... a75de');
and use has permissions to update plugins (update_plugins), there is not need to have access to URE settings. Such user will can install URE updates via ‘Dashboard->UPdates’ with any other plugin update together.