Advanced User Role Manager
Advanced WordPress user role management with custom roles, temporary assignments, and OAuth2 integration.
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_advausro_assigned_capabilities | Stores advausro assigned capabilities data created by this plugin. | Static |
| wp_advausro_custom_roles | Stores advausro custom roles data created by this plugin. | Static |
| wp_advausro_external_role_map | Stores advausro external role map data created by this plugin. | Static |
| wp_advausro_oauth2_settings | Stores advausro oauth2 settings data created by this plugin. | Static |
| wp_advausro_role_capabilities | Stores advausro role capabilities data created by this plugin. | Static |
| wp_advausro_role_management_logs | A logging table that records activity, events, or audit history. | Static |
| wp_advausro_temp_roles | Stores advausro temp roles 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_optionsOption key:
advausro_custom_capabilitiesOption key:advausro_gmt_offsetOption key:advausro_oauth2_settingsOption key:advausro_timezone_pendingOption key:advausro_timezone_stringwp_usermeta