Skip to main content

Performed Bricks data removal and database cleanup

PropertyValue
descriptionPerformed full Bricks data removal and database cleanup via phpMyAdmin.
stackEtch
variantbase
version1.0.0
typeDelete
  • Performed full Bricks data removal and database cleanup via phpMyAdmin.
  • Identified all Bricks-related data using SQL queries on:
    • wp_options
    • wp_postmeta
    • wp_posts
    • database tables matching SHOW TABLES LIKE '%bricks%'
  • Deleted Bricks metadata from wp_postmeta:
    • _bricks_template_type
    • _bricks_editor_mode
  • Removed all Bricks-related options from wp_options, including:
    • bricks_global_settings
    • bricks_license_key
    • bricks_capabilities_permissions
    • bricks_element_manager
    • bricks_indexer_running
    • bricks_filters_* version entries
    • bricks_global_classes*
    • bricks_color_palette
    • bricks_theme_styles
    • bricks_style_manager
    • bricks_icon_sets, bricks_custom_icons, and bricks_disabled_icon_sets
    • wpgb_bricks_plugin_info
  • Removed all MAC Bricks theme options from wp_options.
  • Preserved non-Bricks options containing similar strings, including Automatic.css, Rank Math, EDD, and other unrelated plugin data.
  • Removed optional leftover UI-related entries:
    • _ac_columns_default_bricks_fonts
    • _ac_columns_default_bricks_template
  • Dropped all Bricks plugin tables:
    • wp_bricks_filters_element
    • wp_bricks_filters_index
    • wp_bricks_filters_index_job
    • wp_bricks_form_submissions
  • Cleaned orphaned postmeta entries with no corresponding wp_posts row.
  • Cleared _transient_* and _site_transient_* entries from wp_options.
  • Optimized wp_options, wp_postmeta, and wp_posts.
  • Verified no remaining Bricks-related options or tables.
  • Confirmed wp_postmeta has Data_free = 0.