Cutmap Editorial Workflow

Description

Cutmap Editorial Workflow is a robust, professional-grade content management solution designed for publishers, news portals, and content-heavy websites. It brings structure, accountability, and security to your editorial team by implementing a controlled content creation and review workflow.

Say goodbye to accidental publishes and unreviewed edits. With Cutmap Editorial Workflow, every piece of content goes through a defined chain of command before reaching your audience.

Key Features

  • Role-Based Access Control: Empowers your team with specialized ‘Creator’ and ‘Approver’ roles, restricting access to only what they need.
  • Content Isolation: Creators and Approvers only see the tasks assigned to them, reducing clutter and preventing unauthorized edits on other content.
  • Safe Live Editing: Edit published content safely in the background. The public continues to see the approved version while your team works on revisions.
  • Centralized Assignment Dashboard: A dedicated space for administrators to monitor all active workflows and assign tasks effortlessly.
  • Automated Notifications: Keep the workflow moving with real-time email and admin alerts for assignments and status changes.
  • Audit Trail: Maintain a transparent history of who created, edited, and approved each piece of content.

Installation

  1. Upload the cutmap-editorial-workflow folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the ‘Workflows’ menu in the admin dashboard to start assigning content.

FAQ

Can I use this for Custom Post Types?

Yes, the Cutmap Editorial Workflow supports Posts, Pages, and all registered Custom Post Types.

How do I add a Creator?

The plugin automatically creates a ‘Creator’ role upon activation. You can assign this role to any user from the WordPress ‘Users’ menu.

Reviews

May 11, 2026
I recently tested the Cutmap Editorial Workflow plugin and found it to be a highly practical solution for managing structured content workflows in WordPress. The role-based access system is well implemented, making it easy to separate responsibilities between creators, approvers, and administrators. This creates a smooth workflow where content can be assigned, reviewed, and approved in an organized way. One of the most impressive features is the safe live editing functionality. It allows updates to be worked on in the background while the approved content remains visible to visitors, which is extremely useful for websites that need to maintain content stability. The centralized assignment dashboard is clean and easy to use, helping administrators manage tasks efficiently. The notification system is also helpful for keeping the workflow active and ensuring that no review step is missed. I also appreciated the audit trail feature, as it adds transparency and makes it easy to track content progress and user actions. Overall, this plugin is well designed, reliable, and very useful for news portals, educational institutions, publishing teams, and any website that requires a professional content approval process.
May 11, 2026
I recently tested the “Cutmap Editorial Workflow Plugin” and had a very positive experience overall. The plugin provides a clean and well-structured editorial workflow system inside WordPress, making content management much more organized and professional.I especially liked the role-based workflow process where creators and approvers have clearly separated responsibilities. The assignment system is simple to understand, and the workflow stages such as Assigned, In Review, and Approved make content tracking very easy for teams.One of the best features is the approved snapshot functionality because it protects live content while allowing edits to go through review before publishing. This is very useful for universities, news portals, blogs, and organizations that require proper approval processes before content goes live.The dashboard UI is clean, user-friendly, and easy to navigate even for beginners. I also appreciate the audit logging and notification features which improve accountability and team collaboration.Overall, this plugin is thoughtfully designed and solves real editorial workflow problems inside WordPress. It has great potential for teams managing multi-user content environments. Great work by the developer, and I look forward to future updates and enhancements.
May 11, 2026
⭐️⭐️⭐️⭐️⭐️ This plugin provides a well-organized way to handle editorial workflows in WordPress. It helps teams manage content reviews and approvals efficiently, making the publishing process more structured and professional. One feature I really liked is how smoothly it handles post revisions and approvals without creating confusion for the team. The interface is simple to understand, and the workflow structure helps improve productivity and content quality. It’s a great choice for blogs, news websites, and organizations that need a professional editorial management system inside WordPress. Overall, a reliable and well-designed plugin with practical features.
May 10, 2026
The Cutmap Editorial Workflow is a specialized tool designed to transform the standard WordPress publishing process into a structured, multi-tier approval system. By introducing distinct “Creator” and “Approver” roles, it ensures that no content goes live without a formal review, making it an excellent choice for newsrooms or corporate sites requiring strict quality control. Its standout “Snapshot” feature allows for safe editing of live posts behind the scenes, though users should be mindful of the added administrative steps and potential database overhead that come with such a rigorous governance system.
May 9, 2026
Hello sir, I tested the Cutmap Editorial Workflow plugin and found the overall workflow system very well organized and easy to use. The creator and approver roles work smoothly, the assignment process is clear, and the review flow feels structured and professional inside WordPress. One feature I really liked is the approved snapshot system because it keeps the published content stable while new edits are under review. The workflow steps are simple to understand, and the interface is clean enough for even first-time users to use without confusion. The plugin provides a proper editorial workflow experience without making things too complicated. I think it will be especially useful for universities, content teams, news portals, and websites where content needs approval before publishing. I also appreciate that the plugin is being actively improved based on user feedback and updates. Overall, this is a thoughtfully built and very useful workflow plugin. Great work sir……
May 9, 2026
This plugin is excellent and very easy to use, even for beginners. The interface is clean and user-friendly, and everything works smoothly without any issues. It saves a lot of time and provides great functionality with simple setup and reliable performance. Highly recommended for anyone looking for an efficient and well-designed plugin.
Read all 6 reviews

Contributors & Developers

“Cutmap Editorial Workflow” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.4.7

  • Security: Hardened database queries by replacing serialized lookups with direct relational structures for improved performance and safety.
  • Security: Eliminated inline JavaScript by moving workflow actions to a dedicated static file.
  • Security: Added explicit early exits after redirects to ensure execution flow integrity.
  • Code Quality: Standardized line endings to LF and added .gitattributes for repository consistency.
  • Cosmetic: Cleaned up package docblocks across the codebase.

1.4.6

  • Security: Removed hardcoded sample-user password (Workflow@123). Each new sample user now receives a unique password generated via wp_generate_password(16, true), displayed once in the admin notice and never stored in source.
  • Security: Added rest_pre_insert_{post_type} enforcement to block unauthorized publish attempts via the REST API. Admin-role REST tokens can no longer bypass the editorial workflow when a post has an active assignment.
  • Bug fix: reject() no longer overwrites the approved content snapshot with the rejected draft. Visitors continue seeing the last explicitly approved version while the creator revises and re-submits.
  • Performance: dbDelta() schema checks in CUTMAP_DB and CUTMAP_WNS are now guarded by a version option (cew_db_version, cew_wns_version). The expensive schema introspection runs only on activation/upgrade, not on every page load.
  • Cleanup: uninstall.php now deletes all _cew_* post meta rows and removes plugin version options, leaving no orphaned data after deletion.
  • Reliability: The ALTER TABLE … DROP INDEX migration for the audit-log unique key now runs reliably on every upgrade because the schema version option is cleared on activation.

1.4.5

  • Resolved remaining critical security checklist issues including strict nonce validation across all forms/actions.
  • Sanitized remaining raw $_POST and $_GET superglobal accesses and strictly avoided empty() checks for them.
  • Re-audited output escaping inside admin tables and guaranteed all display logic passes through esc_html() and esc_url().
  • Ensured every single admin_post action starts with a firm current_user_can() capability check followed by wp_die().

1.4.4

  • Hardened admin actions with strict current_user_can() capability checks.
  • Improved security by ensuring complete table cleanup on uninstall.
  • Verified input sanitization and output escaping across the plugin.

1.4.3

  • Removed UTF-8 Byte Order Marks (BOM) from PHP files to satisfy automated checks.

1.4.2

  • Fixed unescaped translatable label strings in the frontend shortcode output by using esc_html__.

1.4.1

  • Fixed the_title escaping context from wp_kses_post to esc_html.
  • Fixed stale admin hook slug to ensure assets enqueue correctly.

1.4.0

  • Fixed wp_enqueue issues by converting raw script/style tags.
  • Added rigorous escaping output (wp_kses_post) to all filter callbacks.
  • Cleaned up unclosed ob_start buffers to ensure safe hook flows.
  • Changed short prefixes to longer CUTMAP_ prefixes.

1.3.0

  • Fixed plugin header metadata parsing issues for strict ww.wp.xz.cn compatibility.

1.2.0

  • Renamed plugin to Cutmap Editorial Workflow.
  • Enhanced security: Enqueued all inline scripts and styles using WP core APIs.
  • Refactored prefixes to comply with WordPress official plugin guidelines.
  • Improved dashboard UI and workflow assignment screen.

1.1.0

  • Hardened security and addressed plugin review feedback.
  • Refined capabilities and user role checks.
  • Removed redundant database tables for improved performance.

1.0.0

  • Initial release.
  • Added Creator and Approver roles.
  • Added assignment tracking for posts and pages.
  • Added email notification system.