My license deactivation doesn’t work

If clicking the “deactivate” button doesn’t work, please follow the steps below:

  1. Paste the relevant code at the end of your functions.php file.For pro licenses (If-So > Licenses on your WordPress dashboard):
    delete_option( 'edd_ifso_license_status' );

    For geolocation licenses (If-So > Geolocation on your WordPress dashboard):

    delete_option( 'edd_ifso_geo_license_status' );
  2. Visit one of the pages of your site (this will execute the code)
  3. Delete the code from your functions.php file