<?php
defined( 'ABSPATH' ) || exit;
if ( ! defined( 'LICENSING_SITE' ) ) {
define( 'LICENSING_SITE', 'https://checkout.learndash.com' );
}
if ( ! defined( 'REMOTE_SITE' ) ) {
define( 'REMOTE_SITE', 'https://remote.learndash.com' );
}
const BASE_REST = 'learndash/v2';