concept-image/wp-roles

A simple WordPress roles package for Roots Acorn.

2.0.1 2025-02-19 16:41 UTC

This package is auto-updated.

Last update: 2025-03-19 15:46:50 UTC


README

WP Roles is a Composer package that provides role management functionality for WordPress applications.

Installation

You can install the package via Composer:

composer require concept-image/wp-roles

Register ServiceProvider

Register RoleServiceProvider with:

wp acorn package:discover

Publish Command

After installing the package, you can publish the configuration file. Run the following command:

wp acorn vendor:publish --tag="wp-roles-config"

Changelog

Please refer to CHANGELOG for more information.

Contributing

Please refer to CONTRIBUTING for more information.

License

Please refer to LICENSE for more information.