Screen Options missing or at least unique IDs #10511
Labels
Backwards Compatibility
Issues or PRs that impact backwards compatability
[Status] Duplicate
Used to indicate that a current issue matches an existing one and can be closed
When you work with clients and they are unexperienced WordPress users, one common way is to remove unneeded items. So the client is less confused about all these new options.
We can do this with screen options and checkbox.
![screen_options](https://user-images.githubusercontent.com/1585416/46804841-f4f5b580-cd63-11e8-8205-9f2b86494354.gif)
But these screen options are missing. Okay, not the big deal, you think. You could write some code in functions.php to hide unnessary items, with display:none, But nope. They don't have unique CSS IDs or Classes, like the items in the sidepanel on left side do have for example.
Please, either add screen options again, or implement unique CSS handles
The text was updated successfully, but these errors were encountered: