Created
June 18, 2020 16:51
-
-
Save ideadude/7c41f99a648f15444260b6a7cf7ca637 to your computer and use it in GitHub Desktop.
Disable the PMPro license nag.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Add this to your wp-config.php file. | |
define('PMPRO_LICENSE_NAG', false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment