Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WP_DISABLE_FATAL_ERROR_HANDLER=true constant to development #711

Open
strarsis opened this issue Mar 30, 2024 · 0 comments
Open

Add WP_DISABLE_FATAL_ERROR_HANDLER=true constant to development #711

strarsis opened this issue Mar 30, 2024 · 0 comments

Comments

@strarsis
Copy link

Summary

WordPress automatically sends an admin email when a fatal PHP error is encountered.
However, this is usually not intended in development (it is very annoying/confusing actually).

Setting the WP_DISABLE_FATAL_ERROR_HANDLER constant to true prevents sending those WordPress admin error emails.

Config::define('WP_DISABLE_FATAL_ERROR_HANDLER',true);

Additional context

https://wordpress.stackexchange.com/a/361002/134384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant