Skip to content

Instantly share code, notes, and snippets.

@Hunter-WebDev
Last active July 13, 2020 17:21
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 Hunter-WebDev/3c0ec3d857cecd5c8d0c26f58ff9651b to your computer and use it in GitHub Desktop.
Save Hunter-WebDev/3c0ec3d857cecd5c8d0c26f58ff9651b to your computer and use it in GitHub Desktop.
Disable WordPress Fatal Error Handler Message From The Theme functions.php
add_filter( 'wp_fatal_error_handler_enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment