2017 © Pedro Peláez
 

wordpress-plugin wp-user-activity

The best way to log activity in WordPress

image

stuttter/wp-user-activity

The best way to log activity in WordPress

  • Friday, January 26, 2018
  • by jjj
  • Repository
  • 1 Watchers
  • 26 Stars
  • 115 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 7 Open issues
  • 12 Versions
  • 15 % Grown

The README.md

WP User Activity

WP User Activity is the best way to log activity in WordPress. Activity can be sorted, filtered, and viewed per-user, along with session data for logged in users and IP addresses & user-agents for others., (*1)

Activity is broken down into object "Types" and "Actions." Types are the objects being acted upon, and actions are what is being done to them. If you're familiar with BuddyPress, this should feel pretty comfortable., (*2)

Available actions

  • Attachments (Upload, Edit, Delete)
  • Comments (Create, Pending, Approve, Unaprove, Trash, Untrash, Spam, Unspam, Delete)
  • Core (Update, Auto-update)
  • Exports (Download)
  • Menus (Create, Update, Delete)
  • Plugins (Install, Update, Activate, Deactivate, Edit, Delete)
  • Posts (Create, Update, Delete, Trash, Untrash, Spam, Unspam, Future)
  • Settings (Update)
  • Terms (Create, Update, Delete)
  • Themes (Customize, Install, Update, Activate, Edit, Delete)
  • Users (Login, Login Failure, Logout, Register, Update, Delete)
  • Widgets (Update, Delete)

Examples

Admin logged in 2 minutes ago.
Admin created the post "Hello World" 33 seconds ago.
Admin created the topic "I need help!" 5 days ago.

Installation

  • Download and install using the built in WordPress plugin installer.
  • Activate in the "Plugins" area of your admin by clicking the "Activate" link.
  • Consider sponsoring future development by clicking "Sponsor".
  • No further setup or configuration is necessary.

FAQ

Does this work with custom post types & taxonomies?

Yes. It will work perfectly with all post-types & taxonomies that define their own labels. Ones that don't are mocked using the post type ID., (*3)

Can I create custom activity types & actions?

Yes. The autoloader can be filtered, so adding new object types is as simple as:, (*4)

add_filter( 'wp_get_default_user_activity_types', function( $types = array() ) {
    $types[] = 'Your_New_Type'; // extends `WP_User_Activity_Type`
    return $types;
} );

The WP_User_Activity_Type_Taxonomy is a good example to start with, if you'd like to create your own actions. It registers simple create/update/delete methods, with easy to understand messages & integrations., (*5)

Does this create new database tables?

No. It uses the WordPress custom post-type and metadata APIs., (*6)

Does this modify existing database tables?

No. All of the WordPress core database tables remain untouched., (*7)

Where can I get support?

  • Community: https://wordpress.org/support/plugin/wp-user-activity
  • Development: https://github.com/stuttter/wp-user-activity/discussions

Contributing

Please open a new issue to discuss whether the feature is a good fit for the project. Once you've decided to work on a pull request, please follow the WordPress Coding Standards., (*8)

The Versions

26/01 2018

dev-master

9999999-dev https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later GPL-2.0-or-later

The Requires

 

by John James Jacoby

15/01 2018

2.0.2

2.0.2.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

31/12 2016

1.1.0

1.1.0.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

28/12 2016

1.0.0

1.0.0.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

23/12 2015

0.2.0

0.2.0.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

14/11 2015

0.1.10

0.1.10.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

11/11 2015

0.1.9

0.1.9.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

29/10 2015

0.1.8

0.1.8.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

25/10 2015

0.1.7

0.1.7.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

23/10 2015

0.1.6

0.1.6.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

23/10 2015

0.1.5

0.1.5.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

06/10 2015

0.1.3

0.1.3.0 https://github.com/stuttter/wp-user-activity

The best way to log activity in WordPress

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby