Opened 8 years ago
Last modified 8 years ago
#40311 new enhancement
Disable inline edit post via filter
Reported by: | sebastian.pisula | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch needs-refresh |
Focuses: | Cc: |
Description
I suggest add new filter:
disable_inline_edit_post
if true inline edit is disable.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thanks for the patch, @sebastian.pisula! I agree this filter will be useful. It's a bit hacky removing Quick Edit otherwise.
The filter name should be changed to
disable_inline_edit_post
with a default value oftrue
. This avoids the double negative of'disable_inline_edit_post', false
.