Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
perpending
/
wp-content
/
plugins
/
seo-by-rank-math-pro
:
licence-data.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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', '' ); }