Skip to content

RichForever/SecurityAuditLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Security Audit Log Plugin

Simple plugin to log user activities like login in/out, post/page edit etc.

Installation

Just copy the plugin directory to your WordPress must use plugins directory. In most cases it's wp-content/mu-plugins.

If your theme don't support autoload mu-plugin from subdirectory then create and use simple loader.

In the mu-plugins directory create file called loader.php and place this code inside of it.

<?php include 'security-audit-log/security-audit-log.php'; ?>

Then the plugin should be activated and appear in the WordPress menu.

Available events

  • User Log-in
  • User Log-out
  • User post/page edit

Additional features

  • Search field
  • Pagination
  • Show X records per page

Authors

Changelog

  • 1.0 - initial version

License

MIT

About

Simple wordpress plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages