<?php
/**
* License Data Configuration
*
* This file defines constants used for site registration with RankMath.com.
*
* @since 3.0.88
* @package RankMathPro
* @subpackage RankMathPro\Admin
* @author Rank Math <support@rankmath.com>
*/
defined( 'ABSPATH' ) || exit;
// Your API KEY.
if ( ! defined( 'RANK_MATH_LICENCE_KEY' ) ) {
define( 'RANK_MATH_LICENCE_KEY', '' );
}
// Your username, the one you used for the purchase.
if ( ! defined( 'RANK_MATH_LICENCE_USER' ) ) {
define( 'RANK_MATH_LICENCE_USER', '' );
}