Advanced User Role Manager

Advanced WordPress user role management with custom roles, temporary assignments, and OAuth2 integration.

7 database tables

Table NameDescriptionMethod
wp_advausro_assigned_capabilitiesStores advausro assigned capabilities data created by this plugin.Static
wp_advausro_custom_rolesStores advausro custom roles data created by this plugin.Static
wp_advausro_external_role_mapStores advausro external role map data created by this plugin.Static
wp_advausro_oauth2_settingsStores advausro oauth2 settings data created by this plugin.Static
wp_advausro_role_capabilitiesStores advausro role capabilities data created by this plugin.Static
wp_advausro_role_management_logsA logging table that records activity, events, or audit history.Static
wp_advausro_temp_rolesStores 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_options
Option key:advausro_custom_capabilitiesOption key:advausro_gmt_offsetOption key:advausro_oauth2_settingsOption key:advausro_timezone_pendingOption key:advausro_timezone_string
wp_usermeta
User meta