Skip to content

Instantly share code, notes, and snippets.

@dancameron
Last active October 8, 2019 17:39
Show Gist options
  • Save dancameron/4ccfac80465831ab02b47299b22f2740 to your computer and use it in GitHub Desktop.
Save dancameron/4ccfac80465831ab02b47299b22f2740 to your computer and use it in GitHub Desktop.
Disable Notification Preview
<?php // don't include this line in your functions.php, since it already starts with it.
remove_action( 'admin_init', array( 'SI_Notifications_Control', 'return_notification_html' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment