Thanks Mark,
This appears to be “WP Activity Log” then:
`[[email protected]: /var/www/html]# more ./wp-content/plugins/wp-security-audit-log/classes/Adapters/MySQL/MetaAdapter.php
<?php
/**
* Adapter: Meta data.
*
* MySQL database Metadata class.
*
* @package wsal
*/
// Exit if accessed directly.
if ( ! defined( ‘ABSPATH’ ) ) {
exit;
}
/**
* MySQL database Metadata class.
*
* MySQL wsal_metadata table used for to store the alert meta data:
* username, user_roles, client_ip, user_agent, post_id, post_title, etc.
*
* @package wsal
*/
I have reached out to them, thank you for pointing me in the correct direction.
Robert