Skip to content

Instantly share code, notes, and snippets.

@justintadlock
Created February 10, 2021 17:08
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 justintadlock/70675751e015764f9bb7f60f7747e10c to your computer and use it in GitHub Desktop.
Save justintadlock/70675751e015764f9bb7f60f7747e10c to your computer and use it in GitHub Desktop.
<?php
add_action( 'admin_init', function() {
remove_action(
is_multisite() ? 'network_admin_notices' : 'admin_notices',
[ 'DUP_PRO_UI_Alert', 'licenseAlertCheck' ]
);
}, 11 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment