#48061 closed enhancement (fixed)
Do an action when a 404 is triggered
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Query | Keywords: | has-patch has-dev-note |
Focuses: | Cc: |
Description
For debugging purposes it would be great to be able to determine what triggered a 404.
If a plugin manually calls $wp_query->set_404()
it can cause much head scratching. If an action was fired within this method, it would allow debugging plugins to inspect the stack trace and determine what triggered it.
Attachments (1)
Change History (6)
#2
@
5 years ago
- Milestone changed from Awaiting Review to 5.5
- Owner set to johnbillion
- Status changed from new to accepted
This ticket was mentioned in Slack in #core by whyisjake. View the logs.
5 years ago
#5
@
5 years ago
- Keywords has-dev-note added
This received a call out in the Miscellaneous Developer Changes in 5.5 dev note: https://make.wordpress.org/core/2020/07/29/miscellaneous-developer-focused-changes-in-wordpress-5-5/.
Note: See
TracTickets for help on using
tickets.
In 47509: