Reslab Activity Log

Docs / Installation

Installation

  1. Upload the reslab-activity-log folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Tools → Activity Log to start browsing events.
  4. Optionally configure retention and privacy settings at Tools → Activity Log Settings.

Trusted proxy configuration

If your site runs behind Cloudflare or a reverse proxy and you want the real visitor IP to be logged, add the following to wp-config.php:

define( 'RESLAB_AL_TRUSTED_PROXIES', '10.0.0.1' );

Replace 10.0.0.1 with the IP address of your proxy. You can also use the reslab_al_trusted_proxies filter for programmatic configuration.