{"slug":"pipe-audio-video-and-screen-recorder","name":"Pipe Audio Video and Screen Recorder","description":"This plugin simplifies the integration between the Pipe Platform and WordPress. It lets your website users and visitors record audio, video, and scree &hellip;","author":"addpipe","active_installs":10,"version":"1.0.7","wp_org_url":"https://wordpress.org/plugins/pipe-audio-video-and-screen-recorder/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"addpipe_records","full_table_name":"wp_addpipe_records","description":"Stores addpipe records data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_addpipe_records` ( `internal_id` int unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned DEFAULT NULL, `environment_code` varchar(255) COLLATE"},{"table_name":"addpipe_shortcodes","full_table_name":"wp_addpipe_shortcodes","description":"Stores addpipe shortcodes data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"shortcode_id","type":"INT(6)","nullable":false,"primary_key":true},{"name":"length","type":"INT(11)","nullable":true,"primary_key":false},{"name":"quality","type":"VARCHAR(5)","nullable":true,"primary_key":false},{"name":"env_code","type":"CHAR(6)","nullable":true,"primary_key":false},{"name":"width","type":"VARCHAR(25)","nullable":true,"primary_key":false},{"name":"height","type":"INT(20)","nullable":true,"primary_key":false},{"name":"asv","type":"SMALLINT(1)","nullable":true,"primary_key":false},{"name":"ao","type":"SMALLINT(1)","nullable":true,"primary_key":false},{"name":"showMenu","type":"SMALLINT(1)","nullable":true,"primary_key":false},{"name":"sis","type":"SMALLINT(1)","nullable":true,"primary_key":false},{"name":"dup","type":"SMALLINT(1)","nullable":true,"primary_key":false},{"name":"srec","type":"SMALLINT(1)","nullable":true,"primary_key":false},{"name":"countdowntimer","type":"INT(11)","nullable":true,"primary_key":false},{"name":"bgblur","type":"SMALLINT(1)","nullable":true,"primary_key":false},{"name":"bgcol","type":"VARCHAR(25)","nullable":true,"primary_key":false},{"name":"menucol","type":"VARCHAR(25)","nullable":true,"primary_key":false},{"name":"post_id","type":"INT(11)","nullable":true,"primary_key":false},{"name":"date","type":"TIMESTAMP","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_addpipe_shortcodes` ( `shortcode_id` INT(6) NOT NULL AUTO_INCREMENT, `length` INT(11), `quality` VARCHAR(5), `env_code` CHAR(6), `width` VARCHAR(25), `height` INT(20), `asv` SMALLINT(1) DEFAULT 1, `ao` SMALLINT(1) DEFAULT 0, `showMenu` SMALLINT(1) DEFAULT 1, `sis` SMALLINT(1) DEFAULT 0, `dup` SMALLINT(1) DEFAULT 0, `srec` SMALLINT(1) DEFAULT 0, `countdowntimer` INT(11) DEFAULT 0, `bgblur` SMALLINT(1) DEFAULT 0, `bgcol` VARCHAR(25), `menucol` VARCHAR(25), `post_id` INT(11) DEFAULT 0, `date` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`shortcode_id`) ) $charset_collate; \"; // Execute the query using dbDelta dbDelta($sql);"}],"table_count":2}