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 NameDescriptionMethod
wp_custom_access_lite_accountsStores custom access lite accounts data created by this plugin.Static
wp_custom_access_lite_loggerA logging table that records activity, events, or audit history.Static
wp_custom_access_lite_sessionStores 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_options
Option 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