Docs / Installation
Installation
- Upload the
reslab-activity-logfolder to the/wp-content/plugins/directory. - Activate the plugin through the Plugins screen in WordPress.
- Go to Tools → Activity Log to start browsing events.
- 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.