{"slug":"all-custom-fields-groups","name":"All custom fields & groups","description":"[ ✅ 𝐒𝐄𝐂𝐔𝐑𝐄 𝐏𝐋𝐔𝐆𝐈𝐍𝐒 b𝓎 𝒫𝓊𝓋𝑜𝓍 ] Output all custom fields from groups","author":"Puvox Software","active_installs":0,"version":"1.08","wp_org_url":"https://wordpress.org/plugins/all-custom-fields-groups/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"if","full_table_name":"wp_if","description":"Stores if data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"create table if (!$res) { $errMsg = $wpdb->last_error; if ( is_string($errMsg) && preg_match(\"/Table '(.*?)\".$this->notifications_db_tablename().\"(.*?)' doesn't exist/s\",$errMsg) && !$this->get_transient($tr_key = $this->slug.'tg_tablecreate_checkpoint') ) //if($this->notifications_db_table_create_tried) { $this->set_transient($tr_key, true, 60*10);"},{"table_name":"myvaluestable","full_table_name":"wp_myvaluestable","description":"Stores myvaluestable data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INTEGER","nullable":true,"primary_key":true},{"name":"title","type":"TEXT","nullable":true,"primary_key":false},{"name":"text","type":"TEXT","nullable":true,"primary_key":false},{"name":"status","type":"TEXT","nullable":true,"primary_key":false},{"name":"time","type":"INTEGER","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS myValuesTable ( id INTEGER PRIMARY KEY, title TEXT, text TEXT, status TEXT, time INTEGER)\" );"},{"table_name":"translations","full_table_name":"wp_translations","description":"Stores translations data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"ID","type":"INTEGER","nullable":false,"primary_key":true},{"name":"program_name","type":"VARCHAR(150)","nullable":true,"primary_key":false},{"name":"string","type":"TEXT","nullable":false,"primary_key":false},{"name":"lang","type":"TEXT","nullable":false,"primary_key":false},{"name":"value","type":"TEXT","nullable":false,"primary_key":false},{"name":"time","type":"INT","nullable":true,"primary_key":false},{"name":"suggestion","type":"TEXT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS translations ( ID INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, program_name VARCHAR(150), string TEXT NOT NULL, lang TEXT NOT NULL, value TEXT NOT NULL, time INT, suggestion TEXT );"}],"table_count":3}