{"slug":"old-to-new-agoda-link-converter","name":"Old-to-New Agoda Link Converter","description":"With the Old-to-New Agoda Link Converter plugin, existing old link structure Agoda affiliate links will be converted to new link structures for improv &hellip;","author":"ermisnomore","active_installs":10,"version":"1.7.1","wp_org_url":"https://wordpress.org/plugins/old-to-new-agoda-link-converter/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"agoda_countries","full_table_name":"wp_agoda_countries","description":"Stores agoda countries data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"dest","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"url","type":"varchar(255)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_agoda_countries` ( `dest` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', INDEX `dest` (`dest`) ) ENGINE"},{"table_name":"agoda_settings","full_table_name":"wp_agoda_settings","description":"Stores agoda settings data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"setting_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"affiliate_id","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"max_links_per_page","type":"int(11)","nullable":true,"primary_key":false},{"name":"disable_keyword_conversion","type":"int(4)","nullable":true,"primary_key":false},{"name":"exclude_post_ids","type":"VARCHAR","nullable":true,"primary_key":false},{"name":"exclude_cat_ids","type":"VARCHAR","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_agoda_settings` ( `setting_id` int(11) NOT NULL DEFAULT '1', `affiliate_id` VARCHAR(255) NULL DEFAULT 'XXXXXX', `max_links_per_page` int(11) DEFAULT 10, `disable_keyword_conversion` int(4) DEFAULT 0, `exclude_post_ids` VARCHAR (255) NULL, `exclude_cat_ids` VARCHAR (255) DEFAULT '' ) ENGINE"}],"table_count":2}