{"slug":"dynamic-social-cards","name":"Dynamic Social Cards","description":"Generate beautiful social media cards for your WooCommerce products automatically. Improve social sharing with custom Open Graph images.","author":"MediaBandit","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/dynamic-social-cards/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"dynamic_social_cards","full_table_name":"wp_dynamic_social_cards","description":"Stores dynamic social cards data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"product_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"image_path","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_dynamic_social_cards ( id bigint(20) unsigned NOT NULL auto_increment, product_id bigint(20) unsigned NOT NULL, image_path varchar(255) NOT NULL, created_at datetime NOT NULL, PRIMARY KEY (id), KEY product_id (product_id) ) $charset_collate;\"; if (!function_exists('dbDelta')) { require_once ABSPATH . 'wp-admin/includes/upgrade.php'; } dbDelta($sql);"}],"table_count":1}