Opened 14 years ago
Closed 11 years ago
#15637 closed enhancement (worksforme)
Inline Edit Has No Hooks
Reported by: | sean212 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Quick/Bulk Edit | Keywords: | |
Focuses: | Cc: |
Description
Currently, I am attempting to make it possible for an author to "feature" a post straight from the Quick Edit screen. I am looking in wp-includes/class-wp-posts-list-table.php and there are no hooks or actions for the Quick Edit screen so that I can add a checkbox or another input field in there.
I just want to add a checkbox to "feature" the post and then save it to the custom fields of that post, not too hard. But I need the do_action's to be there! Thanks!
Change History (4)
Note: See
TracTickets for help on using
tickets.
You can use
quick_edit_custom_box
orbulk_edit_custom_box
.Related: #26982