{"slug":"auto-assign-post-category","name":"Auto Assign Post Category","description":"A Few Feature Highlights Single tags can be mapped to multiple categories Useful for post authors to assign multiple categories automatically.","author":"Kiran Patil","active_installs":20,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/auto-assign-post-category/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"tag_category_mapping","full_table_name":"wp_tag_category_mapping","description":"Stores tag category mapping data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_tag_category_mapping` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `tag_name` text NOT NULL,\\n  `category_list` text NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"}],"table_count":1}