Make WordPress Core

Opened 14 years ago

Closed 11 years ago

#15637 closed enhancement (worksforme)

Inline Edit Has No Hooks

Reported by: sean212's profile 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)

#1 @scribu
14 years ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to Future Release

#2 @scribu
14 years ago

  • Type changed from defect (bug) to enhancement

#3 @stephenh1988
13 years ago

  • Cc stephen@… added

#4 @ocean90
11 years ago

  • Keywords needs-patch removed
  • Milestone Future Release deleted
  • Resolution set to worksforme
  • Status changed from new to closed

You can use quick_edit_custom_box or bulk_edit_custom_box.

Related: #26982

Note: See TracTickets for help on using tickets.