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

Packages

  • BKAP
    • Addons
    • Admin-Bookings
    • Attribute-Lockout
    • Block-Pricing
    • Booking-Box
    • Booking-Confirmation
    • Booking-Process
    • Cancel-Order
    • Cart
    • Checkout-Process
    • Core
    • Date-Time
    • Emails
    • Functions
    • Global-Function
    • Global-Settings
    • Google-Calendar-Sync
    • ICS
    • Import-Booking
    • Labels
    • License
    • Menus
    • Meta-Boxes
    • Reschedule
    • Resources
    • Search-Widget
    • Special-Price
    • Uninstall
    • Validation
    • Variation-Lockout
    • Vendors
      • Dokan
      • WC-Vendors
    • View-Bookings
  • None

Classes

  • bkap_license

Class bkap_license

Bookings and Appointment Plugin for WooCommerce

Handling License of the Booking and Appointment Plugin for WooCommerce

Package: BKAP\License
Category: Classes
Author: Tyche Softwares
Since: 1.7
Located at license.php

Methods summary

public static
# bkap_get_edd_sample_license_page( )

This function add the license page in the Booking menu.

This function add the license page in the Booking menu.

Since

1.7
public static
# bkap_edd_sample_register_option( )

This function will store the license key in database of the site once the plugin is installed and the license key saved.

This function will store the license key in database of the site once the plugin is installed and the license key saved.

Since

1.7
public static
# bkap_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.7
public static
# bkap_edd_sample_deactivate_license( )

Illustrates how to deactivate a license key. This will descrease the site count.

Illustrates how to deactivate a license key. This will descrease the site count.

Since

1.7
public static
# bkap_edd_sample_check_license( )

This illustrates how to check if a license key is still valid. The updater checks this,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 checks this,so this is only needed if you want to do something custom.

Since

1.7
public static
# bkap_get_edd_sanitize_license( $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.

Since

1.7
API documentation generated by ApiGen