Performed Bricks data removal and database cleanup
- Performed full Bricks data removal and database cleanup via phpMyAdmin.
- Identified all Bricks-related data using SQL queries on:
wp_optionswp_postmetawp_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_settingsbricks_license_keybricks_capabilities_permissionsbricks_element_managerbricks_indexer_runningbricks_filters_*version entriesbricks_global_classes*bricks_color_palettebricks_theme_stylesbricks_style_managerbricks_icon_sets,bricks_custom_icons, andbricks_disabled_icon_setswpgb_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_elementwp_bricks_filters_indexwp_bricks_filters_index_jobwp_bricks_form_submissions
- Cleaned orphaned postmeta entries with no corresponding
wp_postsrow. - Cleared
_transient_*and_site_transient_*entries fromwp_options. - Optimized
wp_options,wp_postmeta, andwp_posts. - Verified no remaining Bricks-related options or tables.
- Confirmed
wp_postmetahasData_free = 0.