Title: WP User Activity
Author: John James Jacoby
Published: <strong>Ọwẹ́wẹ̀  21, 2015</strong>
Last modified: Ẹrẹ́nà 28, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/wp-user-activity/assets/banner-772x250.png?rev=1250675)

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

![](https://ps.w.org/wp-user-activity/assets/icon-256x256.png?rev=1267647)

# WP User Activity

 Láti ọwọ́ [John James Jacoby](https://profiles.wordpress.org/johnjamesjacoby/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/wp-user-activity.2.2.0.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/wp-user-activity/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/wp-user-activity/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/wp-user-activity/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/wp-user-activity/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/wp-user-activity/)

## Àpèjúwe

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.

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Ìtumọ̀ Yorùbá:’
re familiar with BuddyPress, this should feel pretty comfortable.

#### 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.
    ```

#### 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)

#### Also checkout

 * [WP Chosen](https://wordpress.org/plugins/wp-chosen/)
 * [WP User Profiles](https://wordpress.org/plugins/wp-user-profiles/)
 * [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/)
 * [WP User Groups](https://wordpress.org/plugins/wp-user-groups/)
 * [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/)
 * [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/)
 * [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/)
 * [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/)
 * [WP Term Families](https://wordpress.org/plugins/wp-term-icons/)
 * [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/)
 * [WP Term Order](https://wordpress.org/plugins/wp-term-order/)
 * [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/)

## Àwọn àwòrán ìbòjú

[⌊The log⌉⌊The log⌉[

The log

[⌊Edit activity⌉⌊Edit activity⌉[

Edit activity

## Ìgbéwọlẹ̀

 * Download and install using the built in WordPress plugin installer.
 * Activate in the “Plugins” area of your admin by clicking the “Activate” link.
 * 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Ìtumọ̀ Yorùbá: ’t are mocked using the post type ID.

### Can I create custom activity types & actions?

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

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

The `WP_User_Activity_Type_Taxonomy` class is a good example to start with, if youÌtumọ̀
Yorùbá: ’d like to create your own actions. It registers simple create/update/delete
methods, with easy to understand messages & integrations.

### Does this create new database tables?

No. It uses the WordPress custom post-type and metadata APIs.

### Does this modify existing database tables?

No. All of the WordPress core database tables remain untouched.

### Where can I get support?

 * Forums: https://wordpress.org/support/plugin/wp-user-activity/

### Where can I find documentation?

http://github.com/stuttter/wp-user-activity/

## Àwọn àgbéyẹ̀wò

![](https://secure.gravatar.com/avatar/537cbc29fb6005d997ba0464522efabe37e894e721cdd1d6cb53f5af6a10ec2d?
s=60&d=retro&r=g)

### 󠀁[clutters the wp_posts database](https://wordpress.org/support/topic/clutters-the-wp_posts-database-2/)󠁿

 [ebuege](https://profiles.wordpress.org/ebuege/) Ọwẹ́wẹ̀ 15, 2021

as @pavelword says on August 30, 2021 I don´t write reviews often, and almost never
negative ones. But this plugin is coded in such a way that it logs the user activity
into the wp_posts table. The same table, that you want to have as clean as possible
will end up absolutely taken over by this plugin. Question to the developer: why
doesn´t your plugin use separate table? To understand: I inherited a wordpress instance,
where the wp_posts database grew to be over 250 MB, of the 575.652 entries were 
560.000 entries generated by this plugin! This will of course affect the overall
speed. It has taken me hours to find why my wp_posts table is so bloated. for anyone
searching: this plugin adds new rows into the following table: wp_posts column: 
post-type entry: activity my review: After installing that plugin and I write a .
httpdocs to block ousite logins at wp-admin folder it cant works. everyday hundreds
of activity I think the developer use th secret user names to show us activity works
fine.. I THINK NO

![](https://secure.gravatar.com/avatar/9e09a5676452637db613bafb1d597cc24851826942c4be2e390fbca4619ca813?
s=60&d=retro&r=g)

### 󠀁[clutters the wp_posts database](https://wordpress.org/support/topic/clutters-the-wp_posts-database/)󠁿

 [pavelword](https://profiles.wordpress.org/pavelword/) Ògún 30, 2021

I don´t write reviews often, and almost never negative ones. But this plugin is 
coded in such a way that it logs the user activity into the wp_posts table. The 
same table, that you want to have as clean as possible will end up absolutely taken
over by this plugin. Question to the developer: why doesn´t your plugin use separate
table? To understand: I inherited a wordpress instance, where the wp_posts database
grew to be over 250 MB, of the 575.652 entries were 560.000 entries generated by
this plugin! This will of course affect the overall speed. It has taken me hours
to find why my wp_posts table is so bloated. for anyone searching: this plugin adds
new rows into the following table: wp_posts column: post-type entry: activity

![](https://secure.gravatar.com/avatar/cd257f389c91f137dab25f343b527123e887135b01921ebb6206e40cfa2eb636?
s=60&d=retro&r=g)

### 󠀁[Great for logging user activity, yours (adminÌtumọ̀ Yorùbá: ’s) or other users](https://wordpress.org/support/topic/great-for-logging-user-activity-yours-admins-or-other-users/)󠁿

 [Knut Sparhell](https://profiles.wordpress.org/knutsp/) Bélú 12, 2020

Works fine, integrates with WP User Profile. Missing a way to trash old entries 
automatically, but no match for a developer to add. Add auto trashing after x weeks
and itÌtumọ̀ Yorùbá: ’s get 5 stars.

![](https://secure.gravatar.com/avatar/8650fc56cf2f9ff44331fcb56e4d536a510af8bb7608f0fec407e59a63341261?
s=60&d=retro&r=g)

### 󠀁[CanÌtumọ̀ Yorùbá: ’t delete activity log](https://wordpress.org/support/topic/cant-delete-activity-log/)󠁿

 [artmaxi](https://profiles.wordpress.org/artmaxi/) Ògún 16, 2017

My DB has now 900 MB of this plugin entries, and there is no way to delete records

![](https://secure.gravatar.com/avatar/8ac685e8921cd7f33441b7099600fbe6cc87013ca810162ae2415a8a686bf8bb?
s=60&d=retro&r=g)

### 󠀁[keeps me in track](https://wordpress.org/support/topic/keeps-me-in-track/)󠁿

 [faospark](https://profiles.wordpress.org/faospark/) Igbe 25, 2017

often than not i forget the activity that i did especially when working on a multisite.
this helps a lot and also very very fast and uses wpÌtumọ̀ Yorùbá: ’s native UI 
and even language where in my boss can actually understand. so this one i think 
is a must use

![](https://secure.gravatar.com/avatar/6e4bcdcb4749bb317b8260ca1bf9504a16088105d056a2b0d8c5cf0a145a688c?
s=60&d=retro&r=g)

### 󠀁[very fast](https://wordpress.org/support/topic/very-fast-10/)󠁿

 [Mike V. Gorbunov](https://profiles.wordpress.org/michael_zloi/) Igbe 5, 2017

According to my Plugin Performance Profiler tests itÌtumọ̀ Yorùbá: ’s the fastest
log plugin.

 [ Ka gbogbo àwọn àgbéyẹ̀wò 8 ](https://wordpress.org/support/plugin/wp-user-activity/reviews/)

## Àwọn Olùkópa & Olùgbéejáde

“WP User Activity” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

 *   [ John James Jacoby ](https://profiles.wordpress.org/johnjamesjacoby/)
 *   [ Stuttter ](https://profiles.wordpress.org/stuttter/)

A ti túmọ̀ “WP User Activity” sí àwọn èdè agbègbè 6. Ọpẹ́lọpẹ́ fún [àwọn atúmọ̀ èdè](https://translate.wordpress.org/projects/wp-plugins/wp-user-activity/contributors)
fún àwọn ìkópa wọn.

[Túmọ̀ “WP User Activity” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/wp-user-activity)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/wp-user-activity/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/wp-user-activity/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/wp-user-activity/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/wp-user-activity/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 2.2.0

 * Fix filtering by user
 * Fix compatibility with WP User Profiles
 * Fix untrashing individual items
 * Fix an incompatibility with ACF

#### 2.1.0

 * Fix user not being linked to “Logout” action

#### 2.0.2

 * Add escaping to admin area row output
 * Return IDs in useful places for easier extending

#### 1.1.0

 * Remove all actions from transition_post_status to avoid infinite loops

#### 1.0.0

 * Official public release
 * Add support for “pending” comments
 * Improved mu-plugins location support

#### 0.2.0

 * Support for User Profiles 0.2.0

#### 0.1.10

 * Add missing action for ‘plugin delete’

#### 0.1.9

 * Support for WP User Profiles 0.1.9

#### 0.1.8

 * Fix conflict causing widgets not to save

#### 0.1.7

 * Fix list-table issue causing fatal errors

#### 0.1.6

 * Prevent user profile activity from leaking out

#### 0.1.5

 * Update column names
 * Add support for WP User Profiles

#### 0.1.4

 * Improve compatibility with other plugins

#### 0.1.3

 * Add menu humility filter
 * Improve capability checks

#### 0.1.2

 * Improve admin styling
 * Add metadata callbacks

#### 0.1.1

 * Improve admin styling

#### 0.1.0

 * Initial release

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **2.2.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **oṣù 4 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **200+**
 *  Ẹ̀yà WordPress ** 5.2 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **5.8.13**
 *  Ẹ̀yà PHP ** 7.2 tàbí ju bẹ́ẹ̀ lọ **
 *  Àwọn èdè
 * [Chinese (China)](https://cn.wordpress.org/plugins/wp-user-activity/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/wp-user-activity/),
   [Dutch](https://nl.wordpress.org/plugins/wp-user-activity/), [English (US)](https://wordpress.org/plugins/wp-user-activity/),
   [German](https://de.wordpress.org/plugins/wp-user-activity/), [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/wp-user-activity/),
   àti [Swedish](https://sv.wordpress.org/plugins/wp-user-activity/).
 *  [Túmọ̀ sí èdè rẹ](https://translate.wordpress.org/projects/wp-plugins/wp-user-activity)
 * Àwọn àmì
 * [activity](https://yor.wordpress.org/plugins/tags/activity/)[log](https://yor.wordpress.org/plugins/tags/log/)
   [users](https://yor.wordpress.org/plugins/tags/users/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/wp-user-activity/advanced/)

## Àwọn ìbò

 3.3 lára àwọn ìràwọ̀ 5.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/wp-user-activity/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/wp-user-activity/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-user-activity/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-user-activity/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/wp-user-activity/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-user-activity/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-user-activity/reviews/)

## Àwọn Olùkópa

 *   [ John James Jacoby ](https://profiles.wordpress.org/johnjamesjacoby/)
 *   [ Stuttter ](https://profiles.wordpress.org/stuttter/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/wp-user-activity/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J)