{"id":61566,"date":"2024-02-13T07:40:34","date_gmt":"2024-02-13T12:40:34","guid":{"rendered":"https:\/\/memberpress.com\/docs\/resetting-memberpress-data\/"},"modified":"2024-02-13T17:18:55","modified_gmt":"2024-02-13T22:18:55","slug":"resetting-memberpress-data","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/","title":{"rendered":"Restablecimiento de los datos MemberPress"},"content":{"rendered":"<p>Actualmente, MemberPress no dispone de un bot\u00f3n de \u2018reinicio' que borre todos los datos almacenados en MemberPress. Sin embargo, si necesita restablecer los datos de suscripciones, transacciones, miembros y configuraci\u00f3n, puede ejecutar las siguientes consultas. <strong>*<\/strong>:<\/p><p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\">\n\t<strong>Advertencia:<\/strong> Esto eliminar\u00e1 de forma irreversible todas las suscripciones, afiliaciones, grupos, reglas, recordatorios, cupones y datos de transacciones, as\u00ed como todos sus ajustes de MemberPress.<\/p><p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-danger\">\n\t<strong>NOTA:<\/strong> Es posible que su base de datos no utilice <strong>\u201cwp_\u201d<\/strong> prefijo. Por lo tanto, si su base de datos utiliza un prefijo diferente, antes de ejecutar las consultas siguientes, sustituya todas las instancias de \u201cwp_\u201d en las consultas para que coincidan con su prefijo.<\/p><pre><p>TRUNCATE TABLE wp_mepr_subscriptions;<\/p><p>TRUNCATE TABLE wp_mepr_transactions;<\/p><p>TRUNCATE TABLE wp_mepr_events;<\/p><p>TRUNCATE TABLE wp_mepr_members;<\/p><p>TRUNCATE TABLE wp_mepr_jobs;<\/p><p>TRUNCATE TABLE wp_mepr_rule_access_conditions;<\/p><p>TRUNCATE TABLE wp_mepr_tax_rates;<\/p><p>TRUNCATE TABLE wp_mepr_tax_rate_locations;<\/p><\/pre><br><p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-danger\">\n\t<strong>NOTA:<\/strong> La ejecuci\u00f3n de estos scripts no eliminar\u00e1 a los usuarios de su sitio (<em>Panel de control &gt; Usuarios &gt; Todos los usuarios<\/em>). Aunque las cuentas de WordPress de tus usuarios permanecer\u00e1n intactas, dejar\u00e1n de verse como miembros activos en MemberPress.<\/p><p>A continuaci\u00f3n, puede ejecutar lo siguiente (que <strong>DEBE <\/strong>en este orden):\u00a0<\/p><pre><p>DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts WHERE post_type IN ('memberpresscoupon','memberpressgroup','memberpressproduct','mp-reminder', 'memberpressrule'));<\/p><br><p>DELETE FROM wp_posts WHERE post_type IN ('memberpresscoupon','memberpressgroup','memberpressproduct','mp-reminder', 'memberpressrule');<\/p><br><p>DELETE FROM wp_options WHERE option_name LIKE '%mepr%';<\/p><\/pre><br><p>Adem\u00e1s, debe ejecutar lo siguiente si tiene instalado el Complemento de Cuentas Corporativas:<\/p><pre><p>TRUNCATE TABLE wp_mepr_corporate_accounts;<\/p><\/pre><p>Si tiene Cursos MemberPress, deber\u00e1 ejecutar la siguiente consulta:<\/p><pre><p>TRUNCATE TABLE wp_mpcs_answers;<\/p><p>TRUNCATE TABLE wp_mpcs_attempts;<\/p><p>TRUNCATE TABLE wp_mpcs_questions;<\/p><p>TRUNCATE TABLE wp_mpcs_sections;<\/p><p>TRUNCATE TABLE wp_mpcs_user_progress;<\/p><\/pre><p>y luego ejecuta \u00e9ste:<\/p><pre><p>DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts WHERE post_type IN ('mpcs-course','mpcs-lesson','mpcs-quiz'));<\/p><br><p>DELETE FROM wp_posts WHERE post_type IN ('mpcs-course','mpcs-lesson','mpcs-quiz');<\/p><\/pre><p>Para el complemento Facturas PDF, debe ejecutar la siguiente consulta:<\/p><pre><p>TRUNCATE TABLE wp_mpdf_invoice_numbers;<\/p><p>TRUNCATE TABLE wp_mpdf_credit_notes;<\/p><\/pre><p>Para el complemento Descargas, debe ejecutar la siguiente consulta:<\/p><pre><p>TRUNCATE TABLE wp_mpdl_file_downloads;<\/p><p>TRUNCATE TABLE wp_mpdl_file_stats;<\/p><\/pre><p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-danger\">\n\t<strong>NOTA:<\/strong> Tenga en cuenta que NO ejecutaremos estas consultas en su sitio. Tendr\u00e1 que hacerlo usted mismo. Si no est\u00e1 seguro de c\u00f3mo ejecutar estas consultas, p\u00f3ngase en contacto con su host para obtener ayuda.\u00a0<\/p>","protected":false},"excerpt":{"rendered":"<p>MemberPress does not currently have a \u2018reset\u2019 button that will erase all data found in MemberPress. However, if you need to\u00a0reset the Subscriptions, Transactions, Members, and settings data you can run the following queries *: TRUNCATE TABLE wp_mepr_subscriptions;TRUNCATE TABLE wp_mepr_transactions;TRUNCATE TABLE wp_mepr_events;TRUNCATE TABLE wp_mepr_members;TRUNCATE TABLE wp_mepr_jobs;TRUNCATE TABLE wp_mepr_rule_access_conditions;TRUNCATE TABLE wp_mepr_tax_rates;TRUNCATE TABLE wp_mepr_tax_rate_locations; Then, you can [\u2026]<\/p>\n","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1314],"ht-kb-tag":[],"class_list":{"0":"post-61566","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-miscellaneous","7":"entry"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"MemberPress does not currently have a &#039;reset&#039; button that will erase all data found in MemberPress. However, if you need to reset the Subscriptions, Transactions, Members, and settings data you can run the following queries *: Warning: This will irreversibly delete all subscriptions, memberships, groups, rules, reminders, coupons, and transaction data as well as all your\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Resetting MemberPress Data | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"MemberPress does not currently have a &#039;reset&#039; button that will erase all data found in MemberPress. However, if you need to reset the Subscriptions, Transactions, Members, and settings data you can run the following queries *: Warning: This will irreversibly delete all subscriptions, memberships, groups, rules, reminders, coupons, and transaction data as well as all your\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-13T12:40:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-02-13T22:18:55+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Resetting MemberPress Data | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"MemberPress does not currently have a &#039;reset&#039; button that will erase all data found in MemberPress. However, if you need to reset the Subscriptions, Transactions, Members, and settings data you can run the following queries *: Warning: This will irreversibly delete all subscriptions, memberships, groups, rules, reminders, coupons, and transaction data as well as all your\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#article\",\"name\":\"Resetting MemberPress Data | MemberPress\",\"headline\":\"Resetting MemberPress Data\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#articleImage\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"datePublished\":\"2024-02-13T07:40:34-05:00\",\"dateModified\":\"2024-02-13T17:18:55-05:00\",\"inLanguage\":\"es-ES\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#webpage\"},\"articleSection\":\"Miscellaneous\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"name\":\"Advanced Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"position\":2,\"name\":\"Advanced Topics\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/advanced-topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/miscellaneous\\\/#listItem\",\"name\":\"Miscellaneous\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/miscellaneous\\\/#listItem\",\"position\":3,\"name\":\"Miscellaneous\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/miscellaneous\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#listItem\",\"name\":\"Resetting MemberPress Data\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"name\":\"Advanced Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#listItem\",\"position\":4,\"name\":\"Resetting MemberPress Data\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/miscellaneous\\\/#listItem\",\"name\":\"Miscellaneous\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1776350726\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/\",\"name\":\"Resetting MemberPress Data | MemberPress\",\"description\":\"MemberPress does not currently have a 'reset' button that will erase all data found in MemberPress. However, if you need to reset the Subscriptions, Transactions, Members, and settings data you can run the following queries *: Warning: This will irreversibly delete all subscriptions, memberships, groups, rules, reminders, coupons, and transaction data as well as all your\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/resetting-memberpress-data\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-13T07:40:34-05:00\",\"dateModified\":\"2024-02-13T17:18:55-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Resetting MemberPress Data | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"Restablecer datos MemberPress | MemberPress","description":"MemberPress no tiene actualmente un bot\u00f3n de 'reset' que borrar\u00e1 todos los datos que se encuentran en MemberPress. Sin embargo, si necesita restablecer los datos de Suscripciones, Transacciones, Miembros y configuraci\u00f3n puede ejecutar las siguientes consultas *: Advertencia: Esto borrar\u00e1 irreversiblemente todas las suscripciones, membres\u00edas, grupos, reglas, recordatorios, cupones y datos de transacciones, as\u00ed como todos sus","canonical_url":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#article","name":"Resetting MemberPress Data | MemberPress","headline":"Resetting MemberPress Data","author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/#articleImage","width":1650,"height":1275,"caption":"memberpress logo icon"},"datePublished":"2024-02-13T07:40:34-05:00","dateModified":"2024-02-13T17:18:55-05:00","inLanguage":"es-ES","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#webpage"},"articleSection":"Miscellaneous"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/#listItem","name":"Advanced Topics"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/#listItem","position":2,"name":"Advanced Topics","item":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/miscellaneous\/#listItem","name":"Miscellaneous"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/miscellaneous\/#listItem","position":3,"name":"Miscellaneous","item":"https:\/\/memberpress.com\/es\/doc-categories\/miscellaneous\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#listItem","name":"Resetting MemberPress Data"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/#listItem","name":"Advanced Topics"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#listItem","position":4,"name":"Resetting MemberPress Data","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/miscellaneous\/#listItem","name":"Miscellaneous"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/es\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1776350726"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#webpage","url":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/","name":"Resetting MemberPress Data | MemberPress","description":"MemberPress does not currently have a 'reset' button that will erase all data found in MemberPress. However, if you need to reset the Subscriptions, Transactions, Members, and settings data you can run the following queries *: Warning: This will irreversibly delete all subscriptions, memberships, groups, rules, reminders, coupons, and transaction data as well as all your","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/memberpress.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-13T07:40:34-05:00","dateModified":"2024-02-13T17:18:55-05:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/es\/#website","url":"https:\/\/memberpress.com\/es\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"es-ES","publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"MemberPress","og:type":"article","og:title":"Resetting MemberPress Data | MemberPress","og:description":"MemberPress does not currently have a 'reset' button that will erase all data found in MemberPress. However, if you need to reset the Subscriptions, Transactions, Members, and settings data you can run the following queries *: Warning: This will irreversibly delete all subscriptions, memberships, groups, rules, reminders, coupons, and transaction data as well as all your","og:url":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2024-02-13T12:40:34+00:00","article:modified_time":"2024-02-13T22:18:55+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"Resetting MemberPress Data | MemberPress","twitter:description":"MemberPress does not currently have a 'reset' button that will erase all data found in MemberPress. However, if you need to reset the Subscriptions, Transactions, Members, and settings data you can run the following queries *: Warning: This will irreversibly delete all subscriptions, memberships, groups, rules, reminders, coupons, and transaction data as well as all your","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"61566","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2025-10-09 21:41:50","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2024-02-13 12:40:34","updated":"2026-03-03 14:53:49"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/\" title=\"Advanced Topics\">Advanced Topics<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/miscellaneous\/\" title=\"Miscellaneous\">Miscellaneous<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tResetting MemberPress Data\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/es"},{"label":"Advanced Topics","link":"https:\/\/memberpress.com\/es\/doc-categories\/advanced-topics\/"},{"label":"Miscellaneous","link":"https:\/\/memberpress.com\/es\/doc-categories\/miscellaneous\/"},{"label":"Resetting MemberPress Data","link":"https:\/\/memberpress.com\/es\/docs\/resetting-memberpress-data\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/61566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/comments?post=61566"}],"version-history":[{"count":0,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/61566\/revisions"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/media?parent=61566"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-category?post=61566"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-tag?post=61566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}