Change WordPress user roles and capabilities Forums Bug Reports URE Pro Losing License Key

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1531
    itecsWordPress
    Participant

    We purchased the lifetime access to URE Pro and use it on several WordPress installs, both single and multisite installs.

    I am finding that every few days, my sites are losing/forgetting their license key, thus disabling automatic updates. Is the license key being stored in some volatile cache area or written to a database table?

    Is there any consideration for defining the license in the wp-config.php file similar to how GravityForms lets you specify a license for a Multisite install?

    Appreciate any help!

    #1536
    Vladimir
    Keymaster

    Thanks for the information.
    Currently license key is stored with all other URE’s options together at wp_options DB table.

    I will add an alternative option to define license key at wp-config.php to the next update.

    #1545
    Vladimir
    Keymaster

    Try version 4.18.5. You may add

    
    define('URE_LICENSE_KEY', 'your-license-key-here');
    

    with it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.