#36085 closed enhancement (fixed)
Add action hook to get_inline_data()
| Reported by: | mensmaximus | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9.8 |
| Component: | Posts, Post Types | Version: | |
| Severity: | normal | Keywords: | good-first-bug needs-docs has-patch fixed-major |
| Cc: | Focuses: | administration |
Description
Working with customs fields in quickedit for custom post types would be much easier if one could add custom data to the get_inline_data() function in /wp-admin/includes/template.php. An action hook like do_action( 'add_inline_data', $post ) right before the closing div would be a great enhancement.
Attachments (2)
Change History (18)
#2
@
9 years ago
- Focuses administration added
- Keywords needs-patch good-first-bug needs-docs added
- Type feature request → enhancement
#5
@
9 years ago
- Owner set to
- Status new → assigned
Assigning to mark the good-first-bug as "claimed".
This ticket was mentioned in Slack in #core by jon_bossenger. View the logs.
8 years ago
This ticket was mentioned in Slack in #core by pbiron. View the logs.
8 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This functionality will be very useful