Change WordPress user roles and capabilities Forums How to or FAQ Set License Key in wp-config

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4457
    linux
    Participant

    Hi there,

    Is there a way to set the license key in the wp-config file?

    #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');
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.