This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Metronet Log

Description

Metronet Log provides a WordPress API for date-based data storage based on a user ID. It’s up to the developer to implement the actual logging and data retrieval, but the plugin provides many helper methods.

You can view the full documentation for the WordPress plugin on Github.

Contributions to this plugin are welcome, so please feel free to weigh in via the support forums here and contribute code on Github.

Installation

  1. Upload the metronet-log folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress. If on multisite, you can also network-activate the plugin with no issues.
  3. A helper plugin, called Metronet Log Views, allows you to view the log data.

Implement the plugin how you see fit. For full documentation, visit Github.

FAQ

I’ve activated the plugin, but it doesn’t do anything.

The plugin is simply an API. It’s up to you to do the logging and display the data to the end user.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Metronet Log” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Metronet Log” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial public release.