{"slug":"feed-subscriber-stats","name":"Feed Subscriber Stats","description":"This plugin will show the number of subscribers according to FeedBurner/Google. Important: WordPress 2.7 and up.","author":"Allan Collins","active_installs":20,"version":"3.0.6","wp_org_url":"https://wordpress.org/plugins/feed-subscriber-stats/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"fssstats","full_table_name":"wp_fssstats","description":"Stores fssstats data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"date","type":"varchar(150)","nullable":false,"primary_key":false},{"name":"stats","type":"int(11)","nullable":false,"primary_key":false},{"name":"hits","type":"int(11)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `fssstats` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` varchar(150) NOT NULL, `stats` int(11) NOT NULL, `hits` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE"}],"table_count":1}