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.
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.
click to enlarge
So, a pure jQuery solution is necessary:
Related
quick-edit
Q&A’s that I’ve workedRemove category select with filter:
This solution doesn’t work if you use WordPress in another language than English:
If you want to use it independently of language you should use something like this:
It removes the parent DIV of INPUT with class that contains word “password”.