{"slug":"ozh-click-counter","name":"Ozh' Click Counter","description":"You have a blog. You have stats telling you how many people read it. You post links. But do you have something telling you how many people click on yo &hellip;","author":"Ozh","active_installs":10,"version":"1.03","wp_org_url":"https://wordpress.org/plugins/ozh-click-counter/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"linkclicks","full_table_name":"wp_linkclicks","description":"Stores linkclicks data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"link_id","type":"INT","nullable":false,"primary_key":true},{"name":"link_url","type":"TEXT","nullable":false,"primary_key":false},{"name":"link_clicks","type":"INT","nullable":false,"primary_key":false},{"name":"link_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"link_title","type":"TEXT","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `wp_linkclicks` ( `link_id` INT NOT NULL AUTO_INCREMENT , `link_url` TEXT NOT NULL , `link_clicks` INT NOT NULL , `link_date` DATETIME NOT NULL , `link_title` TEXT NOT NULL , UNIQUE ( `link_id` ) );"}],"table_count":1}