[wp-trac] [WordPress Trac] #19343: Allow Quick Edit to be Disabled for Custom Post Types
WordPress Trac
noreply at wordpress.org
Wed Jun 11 15:01:47 UTC 2014
#19343: Allow Quick Edit to be Disabled for Custom Post Types
-----------------------------------+------------------------------
Reporter: Jick | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Quick/Bulk Edit | Version: 3.3
Severity: trivial | Resolution:
Keywords: nacin-likes has-patch | Focuses:
-----------------------------------+------------------------------
Comment (by nacin):
I know I've articulated my bigger idea here somewhere before, but I can't
find it. Here it is:
The main problem with 'supports' is we can't take existing things (like
quick-edit) and suddenly require that they be specified in the supports
argument.
Instead, we need something more forward-thinking, like `'disables' =>
array()`. This would allow us to do things like `'post-date'` (it would
then hide that column, Quick Edit, and publish box field), `'quick-edit'`
and such. It would tie into add_post_type_support() and
remove_post_type_support() transparently.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/19343#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list