WP – Custom Access Lite
WP - Custom Access Lite is a plugin that enables you to manage access to your pages without the wordpress login system.
3 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_custom_access_lite_accounts | Stores custom access lite accounts data created by this plugin. | Static |
| wp_custom_access_lite_logger | A logging table that records activity, events, or audit history. | Static |
| wp_custom_access_lite_session | Stores session data for tracking user or visitor state. | 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_optionsOption key:
custom_access_lite_email_optionsOption key:custom_access_lite_logger_pagesOption key:custom_access_lite_opties_arrayOption key:custom_access_lite_versionOption key:my_plugin_db_version