Skip to content

Instantly share code, notes, and snippets.

@ideadude
Created June 18, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideadude/7c41f99a648f15444260b6a7cf7ca637 to your computer and use it in GitHub Desktop.
Save ideadude/7c41f99a648f15444260b6a7cf7ca637 to your computer and use it in GitHub Desktop.
Disable the PMPro license nag.
<?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