{"slug":"importyourpost","name":"Import Your Post","description":"Import Your Post can import and auto traduct single post from an other site (Worpress, Joomla,...). Very usefull to autotraduct post in multisite.","author":"Bratched","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/importyourpost/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"importpost_history","full_table_name":"wp_importpost_history","description":"Stores importpost history data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"origin_title","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"origin_url","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"id_post","type":"int(11)","nullable":true,"primary_key":false},{"name":"code_post","type":"varchar(2)","nullable":true,"primary_key":false},{"name":"source_translate","type":"varchar(2)","nullable":true,"primary_key":false},{"name":"target_translate","type":"varchar(2)","nullable":true,"primary_key":false},{"name":"created_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"updated_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"status","type":"int(11)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_importpost_history ( id int(11) NOT NULL AUTO_INCREMENT, origin_title varchar(255) NOT NULL, origin_url varchar(255) NOT NULL, id_post int(11), code_post varchar(2), source_translate varchar(2), target_translate varchar(2), created_date DATETIME, updated_date DATETIME, status int(11) NOT NULL, PRIMARY KEY (id) ) ENGINE"},{"table_name":"importpost_lastchoice","full_table_name":"wp_importpost_lastchoice","description":"Stores importpost lastchoice data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"translate","type":"BOOLEAN","nullable":true,"primary_key":false},{"name":"source_language","type":"varchar(2)","nullable":true,"primary_key":false},{"name":"target_language","type":"varchar(2)","nullable":true,"primary_key":false},{"name":"updated_date","type":"DATETIME","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_importpost_lastchoice ( translate BOOLEAN, source_language varchar(2), target_language varchar(2), updated_date DATETIME ) ENGINE"}],"table_count":2}