#60886 closed enhancement (fixed)
wp_trigger_error() has no action or filter to always run like wp_doing_it_wrong has
| Reported by: | kkmuffme | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0 |
| Component: | General | Version: | |
| Severity: | trivial | Keywords: | has-patch commit needs-dev-note |
| Cc: | Focuses: |
Description
While there is e.g. wp_doing_it_wrong_run that will always run, the hooks in wp_trigger_error() are after validating WP_DEBUG
Therefore there is no way to hook onto it/get those errors from a plugin if WP_DEBUG isn't true.
Sometimes you don't/can't enable debug or want to only get errors for specific callers.
Change History (10)
This ticket was mentioned in PR #6345 on WordPress/wordpress-develop by @kkmuffme.
2 years ago
#1
- Keywords has-patch added
This ticket was mentioned in Slack in #core by kkmuffme. View the logs.
2 years ago
This ticket was mentioned in Slack in #core by kkmuffme. View the logs.
2 years ago
This ticket was mentioned in Slack in #core by mikachan. View the logs.
2 years ago
#5
@
7 months ago
- Milestone Awaiting Review → 7.0
This would be useful for WP-CLI as well.
It would also help to make currently pointless code like https://github.com/WordPress/wordpress-develop/blob/6045c24efe16f3685c40ed9cac147ff22d5c65d2/src/wp-admin/includes/translation-install.php#L83 make sense.
@audrasjb commented on PR #6345:
5 months ago
#6
I refreshed since tags
@audrasjb commented on PR #6345:
5 months ago
#9
committed in https://core.trac.wordpress.org/changeset/61688
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: https://core.trac.wordpress.org/ticket/60886