Activating Your License
When purchasing a copy of WP Migrate DB Pro you will receive a confirmation email which contains a license for your purchased product. You can also access your license keys by visiting My Account.
There’s currently two ways to activate your license for WP Migrate DB Pro:
Settings Tab
- Navigate to the WP Migrate DB Pro plugin page
- Click the Settings tab
- Enter your license into the text field toward the bottom of the page
- Click “Activate License”
wp-config.php
- Open your site’s wp-config.php in your preferred text editor
- Add the following new line of code:
define( 'WPMDB_LICENCE', 'XXXXX' );
- Replace XXXXX with your actual license key
- Save and close the file