I would like to remove some items from the quick edit screen on a custom post type.
I would like to remove "slug", "date" and "password", as they will never not be used by end users.
I'm open to any suggestions!
|
I would like to remove some items from the quick edit screen on a custom post type. I would like to remove "slug", "date" and "password", as they will never not be used by end users. I'm open to any suggestions! |
||||
|
|
|
There's no hooks to modify the Quick Edit, it has to be done with CSS and/or jQuery. The plugin Adminimize is very good to hide administrative elements, CPTs included. But in the Quick Edit box, for lack of CSS classes or ID's to target, it is not possible to hide the slug field, and only possible to partially hide the date adding a custom option as in the following snapshot. So, a pure jQuery solution is necessary:
Related
|
||||
|
|