Simple History – Track, Log, and Audit WordPress Changes

Description

“So far the best and most comprehensive logging plugin”@herrschuessler

Simple History shows recent changes made within WordPress, directly on your dashboard, on a separate page, or in the admin bar.

The plugin acts as an audit log of the most important events that occur in WordPress.

It’s a plugin that is good to have on websites where several people are involved in editing the content.

No coding is required to use the plugin. Just install it and it will start logging events.

🔍 How Simple History Helps in Real Situations

Track what’s happening on your site
“Has someone done anything today? Ah, Sarah uploaded the new press release and created an article for it. Great! Now I don’t have to do that.”

Identify issues and debug faster
“The site feels slow since yesterday. Has anyone done anything special? … Ah, Steven activated ‘naughty-plugin-x’, that must be it.”

Keep Freelancers & Agencies Accountable
“I hired a developer to optimize my site. But did they actually do anything? A quick glance at Simple History shows me exactly what they worked on, so I know I’m getting my money’s worth!”

✨ Simple History Features

Out of the box Simple History has support for:

  • Posts and pages – see who added, updated or deleted a post or page

  • Attachments – see who added, updated or deleted an attachment

  • Taxonomies (Custom taxonomies, categories, tags) – see who added, updated or deleted an taxonomy

  • Comments – see who edited, approved or removed a comment

  • Widgets – get info when someone adds, updates or removes a widget in a sidebar

  • Plugins – activation and deactivation

  • User profiles – info about added, updated or removed users

  • User logins – see when a user login & logout. Also see when a user fails to login (good way to catch brute-force login attempts).

  • User edits – see when a user is added, updated or removed, and get detailed information about the changes made to the user.

  • Failed user logins – see when someone has tried to log in, but failed. The log will then include ip address of the possible hacker.

  • Menu edits

  • Option screens – view details about changes made in the different settings sections of WordPress. Things like changes to the site title and the permalink structure will be logged.

  • Privacy page – when a privacy page is created or set to a new page.

  • Notes – track when notes are added, edited, or removed on posts and pages. Notes is a new collaboration feature in WordPress 6.9 that lets editors leave feedback without modifying the content.

  • Data Export – see when a privacy data export request is added and when this request is approved by the user, downloaded by an admin, or emailed to the user.

  • User Data Erasure Requests – see when a user privacy data export request is added and when this request is approved by the user and when the user data is removed.

  • admin page access denied – see when a user tries to access an admin page they don’t have permission to access.

Built-in logging for third-party plugins

Simple History comes with built in support for many plugins:

  • Jetpack – See which Jetpack modules are activated and deactivated.

  • Advanced Custom Fields (ACF) – See when field groups and fields are created and modified.

  • User Switching – See each user switch being made.

  • WP Crontrol – See when cron events are added, edited, deleted, paused, resumed, and manually ran, and when cron schedules are added and deleted.

  • Enable Media Replace – See details about the file being replaced and details about the new file.

  • Limit Login Attempts – See login attempts, lockouts, and configuration changes made in the plugin Limit Login Attempts.

  • Redirection – See redirects and groups that are created, changed, enabled or disabled and also when the global plugin settings have been modified.

  • Duplicate Post –See when a clone of a post or page is done.

  • Beaver Builder – See when a Beaver Builder layout or template is saved or when the settings for the plugins are saved.

Is your plugin missing? No problem – plugin authors can add support for Simple History in their plugins using the logging API.

Plugins that have support for Simple History includes:

💬 What users say

🌟 300+ five-star reviews speak to the reliability of this plugin. 🌟

  • “The best history plugin I’ve found”Rich Mehta

  • “Custom Logs Are Crazy Awesome!”Ahmad Awais

  • “Amazing activity logging plugin”digidestination

  • “Fantastic plugin I use on all sites”Duncan Michael-MacGregor

  • “Useful Quick View of Activity”Dan O

  • “The best Activity Plugin”Rahim

  • “The best free history plugin ever”abazeed

  • “It is a standard plugin for all of our sites”Mr Tibbs

🚀 Zero-Config Activity Tracking

Simple History begins tracking your WordPress site’s activities instantly after installation – no setup required. Even better: your activity log won’t be empty on day one. Simple History automatically imports recent activity from your site’s history, giving you a useful log from the moment you activate. View your activity logs through the convenient dashboard widget or browse the full history on the dedicated ‘Simple History’ page in your WordPress admin.

📧 Weekly Email Reports – Stay Informed Without Logging In

Simple History’s weekly email reports give you a quick look at your site’s activity straight in your inbox every Monday morning—know what happened on your site each week without logging in.

Each email report includes:

  • Total activity summary – See at a glance how active your site was
  • Daily activity breakdown – Identify the busiest days of the week
  • Key metrics – Login activity, content updates, plugin changes, and WordPress updates
  • Direct links – Jump straight to the full log for more details

Perfect for site owners who want to stay informed without logging in daily, agencies managing multiple client sites, and teams who need regular activity updates.

Enable email reports in the settings, add your email address, and start receiving weekly updates. You can see what the email looks like before enabling it.

📡 RSS feed with changes

Using the optional password protected RSS feed you can keep track of the changes made on your website using your favorite RSS reader.

🤖 WP-CLI commands for automation

Multiple WP-CLI commands exist, to view and search the log, and to view more information about a specific event.

WP-CLI support is perfect for system administrators and agencies managing multiple WordPress sites. Using WP-CLI commands they can automate log monitoring, create reports, or integrate with existing DevOps tools.

Example commands:

  • wp simple-history event list – List the latest logged events.
  • wp simple-history event get – Get more information about a specific event.
  • wp simple-history event add – Add a custom event to the log.
  • wp simple-history event search – Search for events.
  • wp simple-history stealth-mode – See Stealth Mode status.

🥷 Stealth Mode – Hide Simple History from the WordPress Admin

Stealth Mode allows Simple History to run completely in the background, hidden from the WordPress admin interface. This is ideal for agencies, developers, and administrators who want to track user activity discreetly without exposing the logs to other users.

There are two modes:

  • Partial Stealth Mode – Hides the plugin but allows selected users to access the logs.
  • Full Stealth Mode – Completely hides Simple History from everyone.

When Stealth Mode is enabled, the activity log remains accessible via the REST API, WP-CLI, and RSS feed, ensuring administrators can still retrieve logs when needed.

Stealth Mode is built into the core/free version and is enabled using constants or filters. The Simple History Premium add-on provides a user-friendly GUI for managing Stealth Mode settings without writing code.

📝 Add your own events to the log using the API

Theme and plugin developers can log custom events in Simple History using the simple_history_log filter:

apply_filters(
  'simple_history_log',
  'This is a logged message'
);

See the documentation for examples on how to log your own events, query the log, and more.

🔆 Extend with Add-ons

Take your activity logging to the next level with add-ons that enhance tracking, security, and customization.

Simple History Premium

Unlock advanced features and customization options:

  • Custom Log Entries – Add custom log entries using a UI. Document important changes by creating custom log entries for team actions, content updates, or system changes that aren’t automatically tracked.
  • Stealth Mode GUI – User-friendly interface for managing Stealth Mode settings without writing code.
  • Log Retention – Control how long logs are stored, from a few days to forever.
  • Export Search Results – Download logs in CSV or JSON format for deeper analysis.
  • Failed User Logins – Disable or limit logging of failed login attempts to reduce noise.
  • IP Address Anonymization – Choose whether to store full IPs or anonymize them for privacy compliance (e.g., GDPR).
  • Login Location Lookup – View the location of a specific login attempt on Google Maps to identify suspicious activity.
  • Logger Control – Enable or disable specific loggers to manage what type of events are recorded.
  • Ad-Free Experience – Remove promotional banners for a distraction-free workflow.

WooCommerce Logger

Track WooCommerce activity with detailed logs for:

✔️ Orders, refunds, and stock changes
✔️ Product updates and pricing adjustments
✔️ Settings modifications and coupon usage

Debug and Monitor

Gain deeper insights into your site’s background activity:

🛠️ Monitor outgoing requests and emails
🔍 Debug HTTP API calls and server communication
👨‍💻 Essential for developers, support teams, and anyone curious about what’s happening under the hood

💚 Sponsor this project

If you like this plugin please consider sponsoring the development of the free plugin. The plugin has been free for the last 10 years and will continue to be free.

Screenshots

  • The log view + it also shows the filter function in use – the log only shows event that are of type post and pages and media (i.e. images & other uploads), and only events initiated by a specific user.

  • The feature will make it quick and easy for a user of a site to see what updates other users have done to posts and pages.

  • When users are created or changed you can see details on what have changed.

  • Events have context with extra details – Each logged event can include useful rich formatted extra information. For example: a plugin install can contain author info and a the url to the plugin, and an uploaded image can contain a thumbnail of the image.

  • Click on the IP address of an entry to view the location of for example a failed login attempt.

  • See even more details about a logged event (by clicking on the date and time of the event).

  • A chart with some quick statistics is available, so you can see the number of events that has been logged each day. A simple way to see any uncommon activity, for example an increased number of logins or similar.

  • Stats and summaries page that gives you a quick overview summary of your site’s activity.

  • Email reports: Get a weekly summary of your site’s activity delivered straight to your inbox. Enable and configure this feature in the plugin settings.

FAQ

Is the plugin free?

Yes! Simple History has been free for over 10 years and will remain free. To support development and unlock extra features, you can purchase add-ons. View add-ons.

How do I view the log?

You can access the log in multiple ways:

  • The dashboard widget
  • The admin bar menu
  • A dedicated log page in the WordPress admin area

Can I change where the History menu appears in WordPress admin?

Yes! You can customize the menu position in the plugin settings. Choose between showing Simple History at the top or bottom of the main menu, or inside the dashboard menu or tools menu.

Do I need coding skills to use the plugin?

No! Just install and activate the plugin, and it will start collecting activity logs automatically.

Where is the log stored?

The log is stored in your WordPress database.

Can I export the log?

Yes, you can export logs in CSV or JSON format for further analysis.

Is it compatible with other plugins?

Yes! Simple History supports many popular plugins out of the box. Additionally, developers can integrate it with any plugin using the Logging API.

Will this plugin slow down my website?

No, Simple History is lightweight and optimized for performance. Most logging occurs in the WordPress admin area when a WordPress user performs an action.

By default, nothing is logged on the front end, ensuring visitors experience no impact on performance.

Who can view the log?

Access to the log depends on the user’s role:

  • Administrators can view all logged events.
  • Editors can see events related to posts and pages.

Can I exclude certain users from being logged?

Yes, you can exclude users based on role or email using the simple_history/log/do_log filter.

For more details, check the hooks documentation.

How long is the history kept?

By default, logs are stored for 60 days.

Upgrade to Simple History Premium to change this using a GUI.

Can I track changes made by specific users?

Yes! You can filter logs by username, making it easy to track individual activity.

Is this plugin GDPR compliant?

GDPR compliance depends on how you use the plugin and how you handle collected data. WordPress guidelines prohibit plugins from making legal compliance claims, so you should review your site’s data policies to ensure compliance.

That said, Simple History follows privacy-friendly practices:

  • ❌ No Google Fonts
  • ❌ No cookies
  • ❌ No local storage
  • ✅ IP addresses are anonymized by default

Since the plugin logs events (which may contain personal data), it’s your responsibility to ensure GDPR compliance based on your site’s usage.

For more information, see our support page GDPR and Privacy: How Your Data is Stored in Simple History.

Reviews

November 29, 2025
My website is for foreign Dutch language learners and thanks to Simple History I can monitor their use of my lessons. The new option ‘Search options: exclude own events’ makes monitoring even easier. Great!
November 19, 2025
It’s one of those plug-ins you don’t need… until you do. If you have it installed, you may go months without checking the history log, but when it becomes necessary? You’ll be really glad you installed it. Thanks Simple History for being so simple, yet so useful!
November 7, 2025
An essential plugin for any site I work on. It’s lightweight and I do not notice any negative performance impact when using it. Highly recommend!
Read all 443 reviews

Contributors & Developers

“Simple History – Track, Log, and Audit WordPress Changes” is open source software. The following people have contributed to this plugin.

Contributors

“Simple History – Track, Log, and Audit WordPress Changes” has been translated into 17 locales. Thank you to the translators for their contributions.

Translate “Simple History – Track, Log, and Audit WordPress Changes” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

✨ If you find Simple History useful ✨

5.19.0 (November 2025)

🚀 Ready for WordPress 6.9 — this release logs the new Notes feature so you can track when notes are added or removed. Also new: automatic backfilling on first install so your log isn’t empty, a “Hide my own events” checkbox, and a “Yesterday” date filter.
Read more about it in the release post

Added

  • Add automatic backfilling of existing events on first install, so the activity log isn’t empty when you start using the plugin for the first time.
  • Add logging of new notes feature in WordPress 6.9. #599.
  • Add “Yesterday” option to the date filter dropdown for quick access to previous day’s events.
  • Add “Hide my own events” checkbox to filters, allowing users to quickly exclude their own activity from the log. #604.
  • Add WordPress VIP Go coding standards for enterprise compatibility.
  • Add rollback context to plugin update failed events.
  • Add logging of failed theme updates.
  • Add support for negative filters in the event log query API, to the REST API, and to WP-CLI. #86.
  • Add error message when trying to view an event that does not exist.
  • Add filter simple_history/show_promo_boxes to determine if promo boxes should be shown.
  • Add developer mode badge to the page header.
  • Add new Tools tab with manual backfill option for importing historical events on demand.

Changed

  • Rename “Export” menu to “Export & Tools” and add tabbed interface to support additional tools.
  • Post creation events now capture initial post content, excerpt, and status transitions to provide complete audit trail without information gaps.
  • Stop polling for new events after 10+ new events are detected to reduce server resource consumption from inactive browser tabs.
  • Improved auto-backfill completion message to be more user-friendly and include the number of days imported.
  • Improved welcome message text for clarity and better Premium feature promotion.
  • Admin Bar Quick View: Display count of similar events (occasions) on a new line below the main event message and style it.
  • Insights sidebar: Clicking on users now also filters the log by the last 30 days.
  • Insights sidebar: Update text to show current events in database and total events logged with links to settings page for retention period.
  • Insights sidebar: Improve messages for message count.
  • Decrease font size on stats sidebar stats box to fit more events.
  • Reduce number of HTTP requests by consolidating the small sidebar CSS file (just 4 rules) into the main stylesheet that’s already being loaded on the page.
  • Hide sidebar donation box, support box, and review box when promo boxes are hidden for a cleaner interface with the premium add-on.
  • Internal code and UI refinements.
  • Tested up to WordPress 6.9.

Fixed

  • Fixed post creation via Gutenberg autosave not being logged.
  • Fixed incorrect timezone handling for imported user registration dates.
  • Fixed sidebar stats box styling conflict with premium add-on.
  • Fixed warning about invalid HTML nesting in the log GUI filters. #548.

Removed

  • Remove donation box from sidebar.

5.18.0 (November 2025)

👆 This release makes sidebar stats interactive – click on avatars, user names, or chart dates to instantly filter your event log. It also fixes email reports always showing Sunday as the busiest day, plus several bug fixes and improvements.
Read more about it in the release post

Added

  • Context search to the log GUI filters.
  • Date support to create event REST API endpoint (allows creating events for specific dates).
  • User names to list of most active users in last 30 days (previously only showed avatars).
  • Clickable elements in sidebar stats box: avatars, user names, and chart dates now filter the event log when clicked.
  • Dedicated Experimental Features admin page for users with experimental features enabled.
  • New experimental feature: Import existing data from WordPress into Simple History (posts, pages, users, and attachments).

Fixed

  • Email reports always showing Sunday as the busiest day.
  • PHP warning “Trying to access array offset on value of type null” in Theme Logger when displaying widget events.
  • More timezone and localization issues.

Changed

  • Weekly email reports now sent earlier in the day (6 AM instead of 8 AM), so they are ready when the user wakes up.
  • Reordered sidebar stats: Most active users now appears before Daily activity to group admin-only information together.
  • Misc internal code improvements and changes.

5.17.0 (October 2025)

This version focuses on stats alignment and accuracy, timezone handling fixes, email report improvements, and performance optimizations.

Read more about it in the release post.

Added

  • Add icon to sticky events label.
  • Add help text to sidebar stats box about refresh interval and what data is used for the statistics (for admin the stats are based on all events, for other users is based on the events they have permission to view).
  • Email reports: Add tooltips to email “Activity by day” showing full date (e.g., “Thursday 2 October 2025”) on hover for each day.
  • Email reports: Each day is now a link to the full log for that day.

Fixed

  • Sidebar stats was not always using the correct cached data.
  • Fix timezone and date handling across all stats features (sidebar, Insights page, REST API, charts) and all filter dropdowns (Today, Last N days, custom date ranges, month filters) to use WordPress timezone instead of server/UTC timezone.
  • “Today” now correctly shows events from 00:00 until current time (previously showed events from now minus 24 hours).
  • Email reports: Fix timezone and date handling issues (now consistently use WordPress timezone), improved daily stats accuracy, date range, and updated email copy.
  • Occasions count in main GUI was displaying incorrect number (always one event to many!) – button now shows the actual number of similar events that will be loaded when expanded.

Changed

  • Email preview now shows last 7 days including today (matching sidebar “7 days” stat) so users can verify preview numbers against sidebar.
  • Email sent on Mondays now shows previous complete Monday-Sunday week (excludes current Monday).
  • Email “Activity by day” now displays days in chronological order matching the date range instead of fixed calendar week order.
  • Use “Today” instead of “Last day” in main GUI filters to make it more clear what range is being shown.

Performance

  • Improved performance by loading logger messages only when needed, eliminating ~980 gettext filter calls on every page load. This reduces overhead to zero on pages that don’t use Simple History.
  • Optimized context handling when logging events with many context items using batch inserts.
  • Plugin Logger now only runs gettext filters and auto-update detection on the plugins.php page instead of globally.
  • Simplified plugin action list hooks by only hooking into our plugin.
  • Added autoloading of deprecated classes, so they are only loaded if needed.

Removed

  • Removed legacy AJAX API endpoint (action=simple_history_api). The plugin now uses the WordPress REST API exclusively.