Opened 11 years ago
Closed 9 years ago
#24991 closed feature request (wontfix)
Add 'instantiated_post' hook to WP_Post->_construct()
Reported by: | MikeSchinkel | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Posts, Post Types | Keywords: | has-patch dev-feedback |
Focuses: | Cc: |
Description
Please consider adding an 'instantiated_post'
hook to the end of WP_Post->_construct()
.
Such a hook would allow doing so would allow plugins to add custom fields or child posts to the post object, would allow for instrumentation to aid in debugging.
See #14958 for some background.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Add 'instantiated_post' hook to WP_Post->_construct()