Make WordPress Core

Opened 20 months ago

Last modified 3 days ago

#60886 new enhancement

wp_trigger_error() has no action or filter to always run like wp_doing_it_wrong has

Reported by: kkmuffme's profile kkmuffme Owned by:
Milestone: 7.0 Priority: normal
Severity: trivial Version:
Component: General Keywords: has-patch
Focuses: Cc:

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 (5)

This ticket was mentioned in PR #6345 on WordPress/wordpress-develop by @kkmuffme.


20 months ago
#1

  • Keywords has-patch added

This ticket was mentioned in Slack in #core by kkmuffme. View the logs.


20 months ago

This ticket was mentioned in Slack in #core by kkmuffme. View the logs.


19 months ago

This ticket was mentioned in Slack in #core by mikachan. View the logs.


18 months ago

#5 @swissspidy
3 days ago

  • Milestone changed from Awaiting Review to 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.

Note: See TracTickets for help on using tickets.