PATH:
home
/
carfac
/
.trash
/
wp-statistics
/
src
/
Service
/
Admin
/
LicenseManagement
<?php namespace WP_Statistics\Service\Admin\LicenseManagement; class ApiEndpoints { public const BASE_URL = WP_STATISTICS_SITE_URL . '/wp-json/wp-license-manager/v1'; public const PRODUCT_LIST = self::BASE_URL . '/product/list'; public const PRODUCT_DOWNLOAD = self::BASE_URL . '/product/download'; public const LICENSE_STATUS = self::BASE_URL . '/license/status'; }
[-] ApiEndpoints.php
[edit]
[-] LicenseManagerPage.php
[edit]
[+]
Views
[-] LicenseManagerDataProvider.php
[edit]
[-] ApiCommunicator.php
[edit]
[+]
Plugin
[-] LicenseManagementManager.php
[edit]
[-] LicenseMigration.php
[edit]
[-] LicenseHelper.php
[edit]
[+]
..