Desktop Mode

Reimagines the WordPress admin as a desktop OS with draggable windows and a dock. Per-user opt-in. By Automattic.

5 database tables

Table NameDescriptionMethod
wp_desktop_mode_file_placementsStores desktop mode file placements data created by this plugin.Static
wp_desktop_mode_file_tombstonesStores desktop mode file tombstones data created by this plugin.Static
wp_desktop_mode_folder_sharesStores desktop mode folder shares data created by this plugin.Static
wp_desktop_mode_foldersStores desktop mode folders data created by this plugin.Static
wp_desktop_mode_share_user_decisionsStores desktop mode share user decisions data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_commentmeta
Comment meta
wp_comments
Direct access
wp_options
Option key:desktop_mode_terms_cache_versionOption key:disallowed_keysOption key:site_icon
wp_postmeta
Post meta
wp_termmeta
Term meta
wp_usermeta
User meta