{"slug":"easy-social-sharing","name":"Easy Social Sharing","description":"Easy Social Sharing provides you with an easy way to display various popular social share buttons.","author":"ThemeGrill","active_installs":1000,"version":"1.3.6","wp_org_url":"https://wordpress.org/plugins/easy-social-sharing/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"ess_social_networks","full_table_name":"wp_ess_social_networks","description":"Stores ess social networks data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"ess_social_statistics","full_table_name":"wp_ess_social_statistics","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"network_name","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"sharing_date","type":"datetime","nullable":false,"primary_key":false},{"name":"post_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"ip_info","type":"text","nullable":false,"primary_key":false},{"name":"ip_address","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"share_location","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"share_url","type":"text","nullable":true,"primary_key":false},{"name":"latest_count","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"network_name","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"network_desc","type":"longtext","nullable":true,"primary_key":false},{"name":"network_order","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"network_count","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"is_api_support","type":"tinyint(1)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_ess_social_statistics ( id bigint(20) NOT NULL auto_increment, network_name varchar(50) NOT NULL, sharing_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00', post_id bigint(20) NOT NULL, ip_info text NOT NULL, ip_address VARCHAR(200) NOT NULL, share_location VARCHAR(50) NOT NULL, share_url text NULL, latest_count bigint(20) NOT NULL, PRIMARY KEY (id) ) $charset_collate; CREATE TABLE wp_ess_social_networks ( network_id bigint(20) NOT NULL auto_increment, network_name varchar(200) NOT NULL, network_desc longtext NULL, network_order bigint(20) NOT NULL, network_count bigint(20) NOT NULL DEFAULT 0, is_api_support tinyint(1) NOT NULL DEFAULT 1, PRIMARY KEY (network_id), UNIQUE KEY network_name (network_name(64)) ) $charset_collate; \"; return $tables; } /** * Show plugin changes. Code adapted from W3 Total Cache. */ public static function in_plugin_update_message( $args ) { $transient_name = 'ess_upgrade_notice_' . $args['Version']; $upgrade_notice = get_transient( $transient_name );"}],"table_count":2}