Skip to content

Instantly share code, notes, and snippets.

@jb510
Last active December 15, 2015 23:49
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 jb510/5342622 to your computer and use it in GitHub Desktop.
Save jb510/5342622 to your computer and use it in GitHub Desktop.
Remove obnoxious giant Synthesis admin notice for inactive plugins and themes
<?php
// Remove obnoxious giant Synthesis admin notice for inactive plugins and themes
if (method_exists('Synthesis_Software_Monitor','inactive_plugin_notifications'))
remove_action( 'admin_notices', array( 'Synthesis_Software_Monitor', 'inactive_plugin_notifications' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment