Skip to content

Instantly share code, notes, and snippets.

@ideadude
Created June 18, 2020 16:51
Show Gist options
  • 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