• Resolved dimitrislalas

    (@dimitrislalas)


    Hello!!I want to add a function that a user can update his licence key.I saw that you already have a function that does this.Can you help me on how to implement this into my site.Like you did with activate and deactivate buttons in my account page.Thank you!

Viewing 1 replies (of 1 total)
  • A.Tariq

    (@arsalantariq)

    Hi @dimitrislalas,

    Thank you for contacting us,

    You can use these functions to activate or deactivate the license keys by passing the license key as an argument.

    function lmfwc_activate_license(string $licenseKey)
    function lmfwc_deactivate_license(string $licenseKey)

    Thanks & Regards

Viewing 1 replies (of 1 total)

The topic ‘Update Licenses’ is closed to new replies.