Opened 7 years ago
Last modified 4 years ago
#43366 new feature request
_default_wp_die_handler() Need filter code for update css style.
Reported by: | ravipatel | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.9.4 |
Component: | Administration | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
wp-includes\functions.php Line no 2768.
Attachments (3)
Change History (8)
#3
@
5 years ago
- Severity changed from major to normal
@ireneyoast Please review this future based ticket and patch. Wordpress 5.2.0
This ticket was mentioned in Slack in #core by ravi. View the logs.
4 years ago
#5
@
4 years ago
- Keywords reporter-feedback added
Hi there, thanks for the patch!
What would be a use case for this new filter?
It seems like this should be an action instead, something like wp_die_handler_head
, outside of the <style>
tag but still inside the <head>
tag in _default_wp_die_handler()
. That would provide more flexibility and would be consistent with other areas of core, specifically the wp_head
, admin_head
, and login_head
actions.
Note: See
TracTickets for help on using
tickets.
add code wp-includes\functions.php Line no 2884.