Title: Digages Role Manager
Author: Timileyin Olabajo
Published: <strong>June 28, 2026</strong>
Last modified: June 28, 2026

---

Search plugins

![](https://ps.w.org/digages-role-manager/assets/banner-772x250.png?rev=3588555)

![](https://ps.w.org/digages-role-manager/assets/icon-256x256.png?rev=3588555)

# Digages Role Manager

 By [Timileyin Olabajo](https://profiles.wordpress.org/timleyi/)

[Download](https://downloads.wordpress.org/plugin/digages-role-manager.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/digages-role-manager/#description)
 * [Reviews](https://wordpress.org/plugins/digages-role-manager/#reviews)
 *  [Installation](https://wordpress.org/plugins/digages-role-manager/#installation)
 * [Development](https://wordpress.org/plugins/digages-role-manager/#developers)

 [Support](https://wordpress.org/support/plugin/digages-role-manager/)

## Description

**Digages Role Manager** is an advanced WordPress role and permission manager for
site administrators who need tighter control over what users can see and do inside
the dashboard.

Create custom roles, inherit capabilities from existing WordPress roles, choose 
which admin menu pages each role can access, and define allowed actions for content,
users, plugins, themes, imports, exports, and supported third-party plugins.

#### Key Features

**Custom Role Creation**
 Create custom WordPress roles from the admin dashboard.
Each role can include a name, description, inherited base role, allowed admin menus,
allowed actions, login redirect URL, and admin color scheme.

**Admin Menu Restrictions**
 Choose which dashboard menu pages a custom role may
access. Restricted menu items are hidden from the WordPress admin area, and direct
URL access to blocked pages is redirected.

**Action-Level Permissions**
 Control common WordPress actions including creating,
editing, deleting, and publishing posts or pages; uploading media; managing comments;
managing users; installing, activating, updating, and deleting plugins; managing
themes; and importing or exporting data.

**WooCommerce-Aware Controls**
 When WooCommerce is active, the plugin adds WooCommerce-
specific action controls for orders, products, coupons, reports, settings, and order
status changes.

**Third-Party Plugin Action Groups**
 The available action list can automatically
include controls for supported plugins when they are active, including Easy Digital
Downloads, Advanced Custom Fields, and Gravity Forms.

**Unauthorized Action Alerts**
 Set one or more alert email addresses to receive
notifications when a restricted action or blocked admin page access attempt occurs.

**Audit Log**
 Track role-related events and blocked access attempts with timestamp,
user, action, context, and IP address. The audit log can be filtered and cleared
from the admin screen.

**Dashboard Overview**
 View quick stats for custom roles, total WordPress roles,
audit events, and total users. The dashboard also lists recent audit events and 
active custom roles.

**Role Management Tools**
 Edit, enable, disable, and delete custom roles from a
dedicated role management table. Built-in WordPress roles are protected from deletion.

**Role-Based Login Redirects**
 Send users with a custom role to a specific URL 
after login.

**Admin Color Scheme Assignment**
 Assign a WordPress admin color scheme per custom
role to make role-specific admin experiences easier to identify.

**Developer Friendly**
 The available action groups can be extended with the `digages_rm_available_actions`
filter. [Contact Developers](https://digages.com/contact/)

**What’s Next?:**

If you like this plugin, then consider checking out our other plugins:

 * [Direct Payments for WooCommerce](https://wordpress.org/plugins/direct-payments-for-woocommerce/)
 * [Direct Payments WP](https://wordpress.org/plugins/direct-payments-wp/)
 * [Direct Invoices](https://digages.com/direct-invoices/)
 * [Engraver for WooCommerce](https://digages.com/engraver-for-woocommerce/)
 * [SVG Editor: Upload & Change Colors](https://wordpress.org/plugins/svg-editor/)
 * [Digages Restock Alert](https://wordpress.org/plugins/digages-restock-alert/)
 * [APL – Auto-Pickup Locations for WooCommerce](https://wordpress.org/plugins/auto-pickup-locations-for-woocommerce/)

### Credits

Built by Digages.

## Screenshots

[⌊Role Manager Dashboard - overview cards, quick actions, recent audit events, and
active custom roles.⌉⌊Role Manager Dashboard - overview cards, quick actions, recent
audit events, and active custom roles.⌉[

**Role Manager Dashboard** – overview cards, quick actions, recent audit events,
and active custom roles.

[⌊Manage Roles - custom role table with edit, enable or disable, and delete actions.⌉⌊
Manage Roles - custom role table with edit, enable or disable, and delete actions
.⌉[

**Manage Roles** – custom role table with edit, enable or disable, and delete actions.

[⌊Create / Edit Role - configure role details, admin menu access, allowed actions,
login redirect, and admin color scheme.⌉⌊Create / Edit Role - configure role details,
admin menu access, allowed actions, login redirect, and admin color scheme.⌉[

**Create / Edit Role** – configure role details, admin menu access, allowed actions,
login redirect, and admin color scheme.

[⌊Audit Log - filterable list of role events and blocked access attempts.⌉⌊Audit
Log - filterable list of role events and blocked access attempts.⌉[

**Audit Log** – filterable list of role events and blocked access attempts.

[⌊Settings - alert email configuration, audit logging toggle, and log retention 
setting.⌉⌊Settings - alert email configuration, audit logging toggle, and log retention
setting.⌉[

**Settings** – alert email configuration, audit logging toggle, and log retention
setting.

## Installation

 1. Upload the `digages-role-manager` folder to the `/wp-content/plugins/` directory,
    or install it through **Plugins > Add New > Upload Plugin**.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Role Manager** in the WordPress admin menu.
 4. Visit **Role Manager > Settings** to configure alert email addresses and audit 
    log options.
 5. Visit **Role Manager > Create Role** to create your first custom role.

## FAQ

### Does this plugin replace WordPress roles?

No. The plugin creates and manages WordPress roles using WordPress role and capability
APIs. Built-in roles such as Administrator, Editor, Author, Contributor, and Subscriber
are not deleted by the plugin.

### Can I create a role based on an existing role?

Yes. When creating a new role, you can inherit capabilities from an existing WordPress
role and then configure menu and action permissions for the new role.

### Can I hide admin menu pages for a role?

Yes. Select the admin menu items the role should be allowed to access. Unselected
items are hidden, and direct access attempts are redirected and logged.

### Are administrators restricted?

No. Administrator users are allowed through the plugin’s restriction checks.

### Does the plugin require WooCommerce?

No. WooCommerce is optional. If WooCommerce is active, additional WooCommerce action
controls become available.

### Which third-party plugins are detected?

The plugin can add action groups for WooCommerce, Easy Digital Downloads, Advanced
Custom Fields, and Gravity Forms when those plugins are active.

### Can I receive email alerts for blocked actions?

Yes. Add one or more comma-separated email addresses in **Role Manager > Settings**.
Alerts are sent using WordPress `wp_mail()`.

### Can I view blocked access attempts?

Yes. Go to **Role Manager > Audit Log** to review logged actions, blocked access
attempts, user details, context, timestamps, and IP addresses.

### Can I delete custom roles?

Yes. Custom roles created through the plugin can be deleted from **Role Manager 
> Manage Roles**. Built-in WordPress roles are protected from deletion.

### Can developers add more action groups?

Yes. Developers can use the `digages_rm_available_actions` filter to add custom 
action groups and action keys.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Digages Role Manager” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Timileyin Olabajo ](https://profiles.wordpress.org/timleyi/)
 *   [ Digages ](https://profiles.wordpress.org/digages/)

[Translate “Digages Role Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/digages-role-manager)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/digages-role-manager/),
check out the [SVN repository](https://plugins.svn.wordpress.org/digages-role-manager/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/digages-role-manager/)
by [RSS](https://plugins.trac.wordpress.org/log/digages-role-manager/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.
 * Custom role creation and management.
 * Capability inheritance from existing roles.
 * Admin menu access restrictions.
 * Direct admin page access blocking and redirect.
 * WordPress core action controls.
 * WooCommerce action controls when WooCommerce is active.
 * Optional action groups for Easy Digital Downloads, Advanced Custom Fields, and
   Gravity Forms.
 * Unauthorized action email alerts.
 * Audit log with user, action, context, timestamp, and IP address.
 * Role-based login redirects.
 * Role-based admin color scheme assignment.
 * Dashboard overview with role and audit stats.

## Meta

 *  Version **1.0.0**
 *  Last updated **8 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [admin access](https://wordpress.org/plugins/tags/admin-access/)[capabilities](https://wordpress.org/plugins/tags/capabilities/)
   [permissions](https://wordpress.org/plugins/tags/permissions/)[role manager](https://wordpress.org/plugins/tags/role-manager/)
   [roles](https://wordpress.org/plugins/tags/roles/)
 *  [Advanced View](https://wordpress.org/plugins/digages-role-manager/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/digages-role-manager/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/digages-role-manager/reviews/)

## Contributors

 *   [ Timileyin Olabajo ](https://profiles.wordpress.org/timleyi/)
 *   [ Digages ](https://profiles.wordpress.org/digages/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/digages-role-manager/)