Change WordPress user roles and capabilities › Forums › How to or FAQ › Set License Key in wp-config › Reply To: Set License Key in wp-config
03/12/2017 at 02:35
#4458
Vladimir
Keymaster
Hi,
You can define PHP constant to provide a license key for User Role Editor automatically, like this:
// User Role Editor Pro License Key
define('URE_LICENSE_KEY', 'your-license-key-here');