Last active
October 8, 2019 17:39
-
-
Save dancameron/4ccfac80465831ab02b47299b22f2740 to your computer and use it in GitHub Desktop.
Disable Notification Preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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