Casey saves an article
Total article length2,460 words
WordPress and WooCommerce
A WordPress plugin that records the words added and changed by each editor.
WordPress stored the original author, but several editors could work on the same article. We built a report that credits each saved change to the logged-in editor and keeps the article history available for review.
The requirement
A small edit could be reported as the full length of the article, and the work could still be assigned to its original author. Managers needed to see the logged-in editor and the size of each saved change.
The improvement
When Casey saves this example article, the plugin records 64 added words and 22 changed words against Casey’s account.
Total article length2,460 words
Words added+64
Words changed22
What we built
The report sits inside WordPress. It lists each contributor, their totals, their last activity and every recorded article change.
How it works
Writers and editors keep using WordPress as normal. The plugin creates the contribution record automatically when they save.
A writer or editor updates an article or one of its tracked FAQ fields in WordPress.
The plugin compares the saved content with the previous version and counts the words added and changed.
The change is stored against the logged-in editor, with the article and date.
Managers can check contributor totals, open the article history or export the records to CSV.
The outcome
They can compare contributor totals, check the underlying article history and export the same records to CSV.
Each change is credited to the person who saved it.
The report stores the size of the edit, not the final article length.
Managers can review every saved contribution by person and article.
The contribution records can be downloaded for further reporting.
Technology
About this project
Tell us what needs to be recorded, who needs to review it and where the current report falls short.