Opened 13 years ago
Closed 11 years ago
#24991 closed feature request (wontfix)
Add 'instantiated_post' hook to WP_Post->_construct()
| Reported by: | MikeSchinkel | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Posts, Post Types | Version: | 3.6 |
| Severity: | normal | Keywords: | has-patch dev-feedback |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Add 'instantiated_post' hook to WP_Post->_construct()