File "licence-data.php"
Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/seo-by-rank-math-pro/licence-data.php
File size: 538 bytes
MIME-type: text/x-php
Charset: utf-8
<?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', '' );
}