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

Packages

  • Abandoned-Cart-Pro-for-WooCommerce
    • Admin
      • Action
      • Activate-plugin
      • Component
      • I18N
      • Import-Pro
      • License
      • Menu
      • Notices
      • Popup-Modal
        • Cart-Detail
      • Recover
      • Report
      • Setting
      • Settings
      • SMS
      • Tab
      • Template
    • Ajax-Functions
    • Classes
    • Common-Functions
    • Database-Layer
    • Encrypt-Decrypt-Data
    • Frontend
      • Cart-Capture
      • Cart-Populate
      • Coupon
      • Place-Order
    • Setting
    • Update
  • None

Classes

  • Wcap_EDD

Class Wcap_EDD

It will handle the license activate & deactivate funtionality.

Package: Abandoned-Cart-Pro-for-WooCommerce\Admin\License
Author: Tyche Softwares
Located at includes/admin/wcap_edd.php

Methods summary

public static
# wcap_edd_ac_register_option( )

It will register the license setting.

It will register the license setting.

Since

2.3.1
public static string
# wcap_edd_sanitize_license( string $new )

It will sanitize the license key entred by the admin.

It will sanitize the license key entred by the admin.

Parameters

$new
Licese key

Returns

string
$new Licese key

Since

2.3.1
public static
# wcap_edd_ac_activate_license( )

It will activate the licese key on our server.

It will activate the licese key on our server.

Since

2.3.1
public static
# wcap_edd_ac_deactivate_license( )

It will deactivate a license key. This will descrease the site count.

It will deactivate a license key. This will descrease the site count.

Since

2.3.1
public static
# edd_sample_check_license( )

This illustrates how to check if a license key is still valid the updater does this for you, so this is only needed if you want to do something custom.

This illustrates how to check if a license key is still valid the updater does this for you, so this is only needed if you want to do something custom.

Since

2.3.1
API documentation generated by ApiGen