- [ ] View count uses `usermeta` keys like: `edit_{$post_type}_per_page` - [ ] Column visibility uses `usermeta` keys like: `manageedit-{$post_type}columnshidden` - [ ] Media Library column visibility uses this key: `manageuploadcolumnshidden` - [ ] Media Library per_page uses this key: `upload_per_page` In the above examples, `$post_type` is the post_type slug. See also #34 for Block Editor panel visibility in the serialized and cached `wp_persisted_preferences` array.
usermetakeys like:edit_{$post_type}_per_pageusermetakeys like:manageedit-{$post_type}columnshiddenmanageuploadcolumnshiddenupload_per_pageIn the above examples,
$post_typeis the post_type slug.See also #34 for Block Editor panel visibility in the serialized and cached
wp_persisted_preferencesarray.