WP Manifestindependent plugin directory
manifest / privacy / wp-user-ip-history

WP User IP History

A WordPress plugin that logs IP address history for a logged in WordPress user. To be used as a working example in developing privacy and GDPR features.

by allendav · github.com/allendav/wp-user-ip-history

4stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/allendav/wp-user-ip-history/archive/refs/heads/master.zip

Readme

wp-user-ip-history

A small plugin that logs IP address history for a logged in WordPress user. To be used as a working example in developing privacy and GDPR features.

To use this plugin:

  • Download the ZIP, install and activate
  • Users can see their IP address history in wp-admin under Users > Your Profile
  • Administrators can see IP address history for an user by editing the user's profile, under wp-admin > Users (and then Edit)

Read the full README on GitHub →