Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • Deposits-for-WooCommerce
    • Bookings
    • Cart
    • Order
    • Other
    • Payment-Plans
      • Views
    • Products
    • Settings

Classes

  • DFW_License
  • DFW_Update_DB
  • EDD_DEPOSITS_Plugin_Updater

Class DFW_License

Check whether the license key is valid and activate it

Package: Deposits-for-WooCommerce\Other
Category: Classes
Author: Tyche Softwares
Since: 1.0
Located at license.php

Methods summary

public static
# dfw_get_edd_sample_license_page( )

This function adds the license page in the Deposits settings

This function adds the license page in the Deposits settings

public static
# dfw_edd_sample_activate_license( )

This function will check the license entered using an API call to the store website. And if its valid it will activate the license.

This function will check the license entered using an API call to the store website. And if its valid it will activate the license.

Since

1.0
public static
# dfw_edd_sample_deactivate_license( )

Illustrates how to deactivate a license key.

Illustrates how to deactivate a license key.

Since

1.0
public static
# dfw_edd_sample_check_license( )

This illustrates how to check if a license key is still valid.

This illustrates how to check if a license key is still valid.

Since

1.0
public static string
# dfw_get_edd_sanitize_license( string $new )

This function checks if a new license has been entered , if yes plugin must be reactivated.

This function checks if a new license has been entered , if yes plugin must be reactivated.

Parameters

$new
License Key

Returns

string

Since

1.0
API documentation generated by ApiGen