Activity Log

Description

A COMPLETE, EASY TO USE & WELL SUPPORTED WORDPRESS ACTIVITY LOG PLUGIN

Want to monitor and track your site activity? Find out exactly who does what on your WordPress website. the Activity Log plugin is like an airplane’s black box that logs every activity in WordPress, and lets you see exactly what people are doing on your site.

  • Like, if someone is trying to hack your site.
  • Or, when a post was published, and who published it.
  • Or, if a plugin was activated/deactivated.
  • Log suspicious admin activity
  • Securing your site by tracking log of all user activity?

Useful, right? Trust us, you won’t understand how you managed your website without it. The plugin is also lightning fast and works behind the scenes, so it doesn’t affect site and admin performance (For optimal performance, we built the plugin so it runs on a separate table in the database).

If you have tens of users or more, you really can’t know who did what. This plugin tries to solve this issue by tracking what users do, and displaying it in an easy to use and easy to filter view on the dashboard of your WordPress site.

With the Activity Log you can log:

  • WordPress – Core Updates
  • Posts – Created, Updated, Deleted
  • Pages – Created, Updated, Deleted
  • Custom Post Type – Created, Updated, Deleted
  • Tags – Created, Edited, Deleted
  • Categories – Created, Edited, Deleted
  • Taxonomies – Created, Edited, Deleted
  • Comments – Created, Approved, Unproved, Trashed, Untrashed, Spammed, Unspammed, Deleted
  • Media – Uploaded, Edited, Deleted
  • Users – Login, Logout, Login has failed, Update profile, Registered and Deleted
  • Plugins – Installed, Updated, Activated, Deactivated, Changed
  • Themes – Installed, Updated, Deleted, Activated, Changed (Editor and Customizer)
  • Widgets – Added to a sidebar / Deleted from a sidebar, Order widgets
  • Menus – A menu is being Created, Updated, Deleted
  • Setting – General, Writing, Reading, Discussion, Media, Permalinks
  • Options – Can be extend by east filter
  • Export – User download export file from the site
  • WooCommerce – Monitor all shop options
  • bbPress – Forums, Topics, Replies, Taxonomies and other actions
  • There’s more, but you get the point…

New! You are now able to get email notifications once an event you have defined (via rules) has occurred. This is useful in cases you must know right away when someone does something on your site. We use it to thwart hacker attempts, for example.

New! Export your Activity Log data records to CSV. Developers can easily add support for custom data formats with our new dedicated Export API.

New! Export your Activity Log data records to Export Personal Data tool (WordPress 4.9.6+) for better GDPR Compliance.

What people are saying

  • “Best 10 Free WordPress Plugins of the Month – July 2014: Keeping tabs on what your users do with their access to the Dashboard”ManageWp.com
  • “Thanks to this step, we’ve discovered that our site was undergoing a brute force attack”artdriver.com
  • “Optimized code – The plugin itself is blazing fast and leaves almost no footprint on the server.”freshtechtips.com
  • “The plugin successful for activity log for WordPress.”wp-tricks.co.il
  • “This is a pretty simple yet quite effective plugin for keeping track of what your admins and users do on your sites.”shadowdragonunlimited.com
  • “Activity Log lets you track a huge range of activities. Overall, very easy to use and setup.”elegantthemes.com

Translators:

The plugin does not require any kind of setup. It works out of the box (and that’s another reason people love it).

We’re planning to add a lot more features in the upcoming releases. If you think we’re missing something big time, please post your suggestions in the plugin’s forum.

Contributions:

Would you like to like to contribute to Activity Log? You are more than welcome to submit your pull requests on the GitHub repo. Also, if you have any notes about the code, please open a ticket on the issue tracker.

Screenshots

  • The log viewer page
  • The settings page
  • Screen Options
  • Interface for defining notification rules

Installation

  1. Upload plugin files to your plugins folder, or install using WordPress’ built-in Add New Plugin installer
  2. Activate the plugin
  3. Go to the plugin page (under Dashboard > Activity Log)

FAQ

Requirements
  • Requires PHP5 for list management functionality.
What is the plugin license?
  • This plugin is released under a GPL license.
Can I export logs?
  • You can easily export logs with Activity Log. We also support exporting filtered results. Filter by the time the action took place, roles, users, options, action type, and more.

Reviews

September 1, 2020
Plugin brought up a lot of logs that just weren't correct. It said different things had been tampered with but that hadn't happened. Just got people worried. Not sure why, support never answered question.
July 2, 2020
if i open notification settings of this plugin i get Notice: Trying to access array offset on value of type bool in /www/htdocs/w01ab825/hotel-erb.de/wp-content/plugins/aryo-activity-log/classes/class-aal-settings.php on line 168 Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w01ab825/hotel-erb.de/wp-content/plugins/aryo-activity-log/classes/class-aal-settings.php:168) in /www/htdocs/w01ab825/hotel-erb.de/wp-admin/includes/misc.php on line 1282 Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w01ab825/hotel-erb.de/wp-content/plugins/aryo-activity-log/classes/class-aal-settings.php:168) in /www/htdocs/w01ab825/hotel-erb.de/wp-admin/admin-header.php on line 9
May 26, 2020
I also added this check in my theme functions.php, to disable editor access: add_action('admin_menu', function () { if ( !current_user_can('administrator')) { remove_menu_page('activity_log_page'); } }, 999); add_filter( 'aal_init_caps', function () { return array( 'administrator' => array( 'administrator', 'editor', 'author', 'guest' ), ); });
April 22, 2020
I can see my (admin's role) activity log fine. I see when I updated, create users, products, etc. But for custom created users (like Data Entry Clerks) this plugin doesn't show anything else aside of when they login and logout.......... which means this is useless for me.
April 22, 2020
this plugin is very light and accurate but please add an option to monitor only an specific roles or users thank you
Read all 61 reviews

Contributors & Developers

“Activity Log” is open source software. The following people have contributed to this plugin.

Contributors

“Activity Log” has been translated into 21 locales. Thank you to the translators for their contributions.

Translate “Activity Log” into your language.

Interested in development?

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

Changelog

2.5.2

  • Fix: Conflict with Elementor and WordPress Widgets

2.5.1

  • Fix! – PHP < 5.4 compatibility (Topic)

2.5.0

  • New! Added log to Export Personal Data tool for better GDPR Compliance (Topic)

2.4.1

  • Fix! – Escape title before saving to database

2.4.0

  • New! Export your Activity Log data records to CSV (#70)

2.3.6

  • Fix! – Admin table filters

2.3.5

  • Fix! – Added comparability for WordPress 4.8.2 & 4.7.6

2.3.4

  • Tweak! – Change Guest user to “N/A”

2.3.3

  • Fixed! – Minor XSS vulnerability, credit to Han Sahin

2.3.2

  • Fixed! – Minor XSS vulnerability, credit to Han Sahin

2.3.1

  • Tweak! – Added seconds in time column
  • Tweak! – Rearrange filters in list table

2.3.0

  • Tweak! – All translates moved to GlotPress
  • Tweak! – Added restore status for Posts (#46)
  • Tweak! – A11y changes for WordPress 4.4 which requires h1 tags (#84)
  • Tweak! – Allow some ajax requests just for admin

2.2.12

  • Tested up to WordPress v4.5

2.2.11

  • Tweak! – Temporarily remove Freemius SDK from the plugin

2.2.10

  • Tweak! Update Freemius SDK
  • Tested up to WordPress v4.4.2

2.2.9

  • Tweak! Update Freemius SDK

2.2.8

  • Tweak! Update Freemius SDK

2.2.7

  • Added! – Freemius Insights platform to improve plugin UX
  • Tweak! Update translate: Russian (ru_RU) – Thanks to Oleg Reznikov
  • Tested up to WordPress v4.4

2.2.6

  • Tweak! – Added sort by IP address (#77)
  • Tweak! – Added more actions/types in notification

2.2.5

  • New! – Added translate: Finnish (fi) – Thanks to Nazq (topic)
  • Tweak! – Better actions label in list table
  • Fixed! – Notice php warring in MU delete site
  • Tested up to WordPress v4.3

2.2.4

  • New! – Added translate: Czech (cs_CZ) – Thanks to Martin Kokeš (#76)

2.2.3

  • Tweak! – Added more filters in table list columns

2.2.2

  • Fixed! some PHP strict standards (PHP v5.4+)

2.2.1

  • Fixes from prev release

2.2.0

  • New! – Adds search box, to allow users to search the description field.
  • New! – Allows users to now filter by action
  • New! – Added translate: Polish (pl_PL) – Thanks to Maciej Gryniuk
  • Tweak! – SQL Optimizations for larger sites

2.1.16

  • New! Added translate: Russian (ru_RU) – Thanks to Oleg Reznikov
  • Fixes Undefined property with some 3td party themes/plugins
  • Tested up to WordPress v4.2

2.1.15

  • Tested up to WordPress v4.1
  • Change plugin name to “Activity Log”

2.1.14

  • New! Added translate: Persian (fa_IR) – Thanks to Promising

2.1.13

  • New! Added filter by User Roles (#67)

2.1.12

  • New! Added translate: Turkish (tr_TR) – Thanks to Ahmet Kolcu

2.1.11

  • Fixed! Compatible for old WP version

2.1.10

  • New! Now tracking when menus created and deleted
  • New! Added translate: Portuguese (pt_BR) – Thanks to Criação de Sites

2.1.9

  • New! Store all WooCommerce settings (#62)
  • Tested up to WordPress v4.0

2.1.8

  • New! Now tracking when plugins installed and updated (#59 and #43)

2.1.7

  • New! Now tracking when user download export file from the site (#58 and #63)

2.1.6

  • Tested up to WordPress v3.9.2

2.1.5

  • New! Now tracking when theme installed, updated, deleted (#44)

2.1.4

  • Fixed! Store real IP address in Proxy too (#53)

2.1.3

2.1.2

  • Tweak! Update translate: Hebrew (he_IL)

2.1.1

  • New! Track about WordPress core update (manual or auto-updated) (#41)
  • New! Track post comments (created, approved, unproved, trashed, untrashed, spammed, unspammed, deleted) (#42)

2.1.0

  • New! Personally-tailored notifications that can be triggered by various types of events, users and action type (currently only email notifications are supported)
  • Bug fixes, stability improvements
  • Fixed an error that occurred on PHP 5.5

2.0.7

  • Tested up to WordPress v3.9.0

2.0.6

  • Fixed! Random fatal error (topic)

2.0.5

  • New! Register aal_init_caps filter.
  • Tweak! Change all methods to non-static.
  • Tweak! Some improved coding standards and PHPDoc.
  • Tweak! Split AAL_Hooks class to multiple classes.
  • New! Added translate: Armenia (hy_AM) – Thanks to Hayk Jomardyan.

2.0.4

  • Tweak! Don’t allowed to access in direct files.
  • New! Added translate: Danish (da_DK) – Thanks to Morten Dalgaard Johansen

2.0.3

  • New! Record when widgets change orders.

2.0.2

  • New! Save more Options:
  • General
  • Writing
  • Reading
  • Discussion
  • Media
  • Permalinks

2.0.1

  • New! filter for disable erase all the log
  • Bugs fixed

2.0.0

  • Added Screen Options
  • New! Ability to select a number of activity items per page
  • New! Columns are now sortable
  • Added filter by date – All Time, Today, Yesterday, Week, Month
  • Added Avatar to author
  • Added role for author
  • Added log for activeted theme
  • Re-order Culoumns
  • Compatible up to 3.8.1
  • Settings page is now accessible directly from Activity Log’s menu
  • Keep your log for any time your wants
  • Delete Log Activities from Database.
  • Bugs fixed

1.0.8

1.0.7

  • Added ‘view_all_aryo_activity_log’ user capability (topic).

1.0.6

  • Added WooCommerce integration (very basic).
  • Added Settings link in plugins page.

1.0.5

  • Fix – Make sure no save double lines (menu taxonomy / post).

1.0.4

  • Added Taxonomy type (created, updated, deleted).

1.0.3

  • Added Multisite compatibility.
  • Added Options hooks (limit list, you can extend by simple filter).
  • Added Menu hooks.
  • Tweak – Ensure no duplicate logs..

1.0.2

  • Forget remove old .pot file

1.0.1

  • Added translate: German (de_DE) – Thanks to Robert Harm
  • Added translate: Hebrew (he_IL)
  • Plugin name instead of file name on activation/deactivation
  • New Hooks:
  • A widget is being deleted from a sidebar
  • A plugin is being changed
  • Theme Customizer (Thanks to Ohad Raz)

1.0

  • Blastoff!