Created
July 6, 2026 20:50
-
-
Save rniswonger/060f6bd86dbdc8ff459063879f816a7d to your computer and use it in GitHub Desktop.
WordPress must-use plugin to suppress notice and deprecation errors
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 | |
| // modified from: https://stackoverflow.com/a/77340500 | |
| // place this file in the wp-contet/mu-plugin folder | |
| error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment