Lawyer Locker

Encrypted lockers for secure client communication and file sharing.

3 database tables

Table NameDescriptionMethod
wp_lawyer_locker_activityStores lawyer locker activity data created by this plugin.Static
wp_lawyer_locker_filesStores lawyer locker files data created by this plugin.Static
wp_lawyer_locker_lockboxStores lawyer locker lockbox 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_options
Option key:lawyer_locker_enable_lockboxOption key:lawyer_locker_encryption_key_locationOption key:lawyer_locker_internal_encryption_keyOption key:lawyer_locker_privilege_footer
wp_postmeta
Post meta
wp_posts
Custom post type:lawyer_locker
wp_usermeta
User meta