Opened 16 years ago
Closed 15 years ago
#6589 closed enhancement (wontfix)
Add Filter To wp_die message
Reported by: | intoxination | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5 |
Component: | Template | Keywords: | filters wp_die has-patch dev-feedback |
Focuses: | Cc: |
Description
It would be nice to have a filter on $message for wp_die. One possibility is when totally ajaxifying things (ie:comments), the message filter could be called and return just the error, without all the markup, so the JS could easily parse it.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch added against Rev. 7599. Add's filter wp_die passing $message and $title. Also checks for function_exists("apply_filters") in case wp_die is called before plugin.php is loaded (ie: if a database error occurs).