Make WordPress Core

Opened 9 years ago

Last modified 5 years ago

#30870 new enhancement

Add an $actions array and a filter in inline_edit() function

Reported by: olivierstern's profile olivierstern Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.1
Component: Quick/Bulk Edit Keywords: reporter-feedback
Focuses: administration Cc:

Description

There is no current possibility for the developper not to display part of the form generated by the inline_edit() function. It would be great enhancement to store the filedset in an array, then apply a "post_inline_edit_fields" with as parameter the fieldset array and the post, and then echo the fieldset.
For the moment, you can add a metabox but not remove any part of the form.
Thank you.

Change History (1)

#1 @DrewAPicture
9 years ago

  • Component changed from General to Quick/Bulk Edit
  • Focuses administration added
  • Keywords reporter-feedback added
  • Version changed from 4.1 to 3.1

Hi olivierstern, welcome to Trac! Would you like to submit a patch to go along with your suggestion?

Related: #26948 – For filtering taxonomies included via inline_edit()

Note: See TracTickets for help on using tickets.