{"slug":"auto-image-tags","name":"Auto Image Tags","description":"Automatically add ALT, TITLE, Caption and Description tags to WordPress media library images.","author":"Bogdan Shapovalov","active_installs":20,"version":"2.1.0","wp_org_url":"https://wordpress.org/plugins/auto-image-tags/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"autoimta_process_log","full_table_name":"wp_autoimta_process_log","description":"A logging table that records activity, events, or audit history.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_autoimta_process_log` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `process_date` datetime DEFAULT CURRENT_TIMESTAMP,\\n  `total_images` int DEFAULT '0',\\n  `processed` int DEFAULT '0',\\n  `success` int DEFAULT '0',\\n  `skipped` int DEFAULT '0',\\n  `errors` int DEFAULT '0',\\n  `test_mode` tinyint(1) DEFAULT '0',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}