webhubworks / craft-verified-elements
Verified Elements is a Craft CMS plugin that enables editors to take ownership of entries and assets, verify them periodically, and set an expiration date for validity. It helps maintain content freshness by sending reminders to review and update entries and assets before they become outdated.
Package info
github.com/webhubworks/craft-verified-elements
Type:craft-plugin
pkg:composer/webhubworks/craft-verified-elements
Requires
- php: >=8.2
- craftcms/cms: ^5.6.0
- nesbot/carbon: ^2.73 || ^3.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- markhuot/craft-pest-core: ^2.0
This package is auto-updated.
Last update: 2026-08-13 13:24:01 UTC
README
Keep your content fresh and accurate with streamlined review workflows built directly into your CMS. Verified Elements eliminates the need for external spreadsheets or manual tracking by bringing the entire content audit process where it belongs—right alongside your content in Craft CMS. Assign reviewers and verification dates to entries and assets alike, across every site in your installation, depending on your subscription.
Why manage content reviews outside your CMS when you can handle everything in one place?
Key Features
- Entries and Assets - Verify entries and assets with the same workflow.
- Multi-site support - Track verification per site, with per-site settings and site-aware dashboards, widgets, and notifications.
- Fine-grained review settings - Configure reviewable sections and volumes with default review periods and assigned reviewers.
- Flexible verification options - Verify elements individually or process many at once with the Verify and Assign Reviewer batch actions.
- Dashboard widgets - A personal review queue of elements awaiting your attention, plus a system-wide verification health meter.
- Comprehensive plugin dashboard - Search and filter entries and assets by verification status, reviewer, or other criteria to manage your review workflow.
- Automatic reviewer notifications - Email digests when verification periods expire, and instant alerts when verified content changes.
- Integration with Craft's native user system and fine-grained, per-element-type permissions.
Perfect for marketing teams, content editors, and organizations who need to maintain compliance, accuracy, and freshness across their digital content without leaving their familiar CMS environment.
Editions
Verified Elements is available in three editions. Every edition includes the full review workflow; higher editions extend it to more sites and more element types.
| Feature | Lite | Pro | Pro Plus |
|---|---|---|---|
| Entry verification | ✓ | ✓ | ✓ |
| Reviewer assignment | ✓ | ✓ | ✓ |
| Verification periods per section | ✓ | ✓ | ✓ |
| Expiry email notifications | ✓ | ✓ | ✓ |
| Dashboard widgets | ✓ | ✓ | ✓ |
| Bulk verification actions | ✓ | ✓ | ✓ |
| Multi-site support | ✓ | ✓ | |
| Asset verification | ✓ |
You can switch editions at any time from the plugin's page on the Craft Plugin Store.
Requirements
This plugin requires Craft CMS 5.6.0 or later, and PHP 8.2 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for "Verified Elements". Then press "Install".
With Composer
Open your terminal and run the following commands:
# Go to your project's directory cd /path/to/my-project.test # Tell Composer to load the plugin composer require webhubworks/craft-verified-elements # Tell Craft to install the plugin ./craft plugin/install verified-elements
Changelog
Please see CHANGELOG for more information on verstion-to-version updates.