{"slug":"adminify-activity-logs","name":"Adminify Activity Log & Audit Trail","description":"Track every change in your WordPress dashboard. Free user activity log with role, time, component, and action filters. No setup, no paid tier.","author":"Pixar Labs","active_installs":200,"version":"1.0.9","wp_org_url":"https://wordpress.org/plugins/adminify-activity-logs/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":true},"tables":[{"table_name":"adminify_activity_logs","full_table_name":"wp_adminify_activity_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[{"name":"log_id","type":"int(11)","nullable":false,"primary_key":true},{"name":"user_caps","type":"varchar(70)","nullable":false,"primary_key":false},{"name":"action","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"object_type","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"object_subtype","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"object_name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"object_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"log_ip","type":"varchar(55)","nullable":false,"primary_key":false},{"name":"log_time","type":"int(11)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_adminify_activity_logs` ( `log_id` int(11) NOT NULL AUTO_INCREMENT, `user_caps` varchar(70) NOT NULL DEFAULT 'guest', `action` varchar(255) NOT NULL, `object_type` varchar(255) NOT NULL, `object_subtype` varchar(255) NOT NULL DEFAULT '', `object_name` varchar(255) NOT NULL, `object_id` int(11) NOT NULL DEFAULT '0', `user_id` int(11) NOT NULL DEFAULT '0', `log_ip` varchar(55) NOT NULL DEFAULT '127.0.0.1', `log_time` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`log_id`), KEY `log_time` (`log_time`), KEY `user_id` (`user_id`), KEY `object_type` (`object_type`(32)), KEY `action_idx` (`action`(32)), KEY `user_caps` (`user_caps`) ) ENGINE"},{"table_name":"adminify_page_speed","full_table_name":"wp_adminify_page_speed","description":"Stores adminify page speed data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":2}