BuzzCore Activity Logger

Description

This plugin tracks plugin activations, deactivations, and updates, displays status icons with tooltips in admin pages, and provides a full log page with filtering by plugin, status, and date.

Key features:

  • Status icons in the Plugins page with tooltips showing recent activity.
  • Full activity log page with filters for date, plugin, and action.
  • Option to clear logs.
  • Pagination with customizable results per page.

Installation

  1. Upload the buzzcore-activity-logger folder to /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Access the activity log under Tools Activity Log.

Reviews

There are no reviews for this plugin.

Contributors & Developers

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

Contributors

Changelog

1.0

  • Initial release by BuzzCore Solutions.

1.1.0

  • Updated compatibility metadata for WordPress 7.0.
  • Fixed the admin screen-options hook so the logs-per-page setting works.
  • Replaced SQL_CALC_FOUND_ROWS pagination with a count query.
  • Corrected filtered log deletion when filtering by plugin name.
  • Added safe bounds to the logs-per-page setting.