MainWP Blog

Title Featured Image stating "Data Privacy Day". There is a photo of a Digital lock symbolizing data security, superimposed on a dynamic background with flowing streams of binary code, representing the protection of digital information in the digital age.
MainWP News
Dennis Dornon

Data Privacy Day is January 28!

Data Privacy Day is January 28! This means it’s time to discuss everyone’s favorite topic: Privacy!

Remove Smush Plugin Data - WordPress
Tips & Tricks
Sebastian Moran

How to Remove the Smush Plugin Data on Your WordPress

If you’re using the Smush image optimization plugin for WordPress but want to switch to another plugin, you can remove the previous Smush plugin data from your website’s database. To ensure the deletion of Smush plugin data upon uninstallation, from your WordPress admin dashboard, navigate to: Smush > Settings > Data & Settings Here’s the custom database table that the Smush plugin uses; wp_smush_dir_images If you want to manually delete the Smush database table, you can use the WP-Optimize plugin to search for the Smush database table and remove it. Furthermore, many hosting providers offer a user-friendly database management application,

ShortPixel - Remove Data Completely
Tips & Tricks
Sebastian Moran

How to Remove ShortPixel Image Optimizer Plugin Data on Your WordPress Site

If you’re using the ShortPixel Image Optimizer plugin and want to switch to a different plugin, you should first delete all of the data that ShortPixel is currently using. This will help ensure your new plugin works correctly without conflicting with the old data. To quickly delete all of the ShortPixel data, you will need to be in wp-admin of the site with the ShortPixel plugin still active; Settings > ShortPixel > Tools Original images before optimization are stored in the following folder on your website’s server; wp-content/uploads/shortpixelBackups You can delete the original image backups from the plugin’s settings screen

Remove Unused All in One SEO Plugin Data
Tips & Tricks
Sebastian Moran

How to Remove the All in One SEO Plugin Data on Your WordPress Website

The All in One SEO is a commonly used SEO plugin with 3+ million active installs. If you want to migrate to a different SEO plugin, you should migrate the existing SEO and delete the previous plugin’s stored data. If you are migrating to the Rank Math SEO plugin, it supports the All in One SEO plugin data migration. The All in One SEO plugin uses the following database tables for data storage; wp_aioseo_cache wp_aioseo_notifications wp_aioseo_posts All in One SEO plugin allows you to remove ALL AIOSEO data upon plugin deletion. Make sure the “Uninstall AIOSEO” is enabled before deleting

Remove Unused Yoast Plugin Data
Tips & Tricks
Sebastian Moran

How to Remove Yoast SEO Plugin Data on Your Site

If you want to migrate from the Yoast SEO plugin to alternative plugins, it is also worth making sure that any Yoast SEO plugin data is deleted from the site’s database. The custom database tables that the Yoast SEO plugin creates; wp_yoast_indexable wp_yoast_indexable_hierarchy wp_yoast_migrations wp_yoast_primary_term wp_yoast_prominent_words(note: only available in the Yoast SEO Premium plugin) wp_yoast_seo_links The option names that the Yoast SEO plugin uses; _transient_wpseo_unindexed_post_link_count _transient_timeout_wpseo_unindexed_post_link_count _transient_wpseo_unindexed_term_link_count _transient_timeout_wpseo_unindexed_term_link_count _transient_wpseo_total_unindexed_general_items _transient_timeout_wpseo_total_unindexed_general_items _transient_wpseo_total_unindexed_post_type_archives _transient_timeout_wpseo_total_unindexed_post_type_archives _transient_yoast_i18n_wordpress-seo_promo_hide wpseo_social wpseo_titles wpseo yoast_migrations_free Wpseo_taxonomy_meta If you migrated to an alternative SEO plugin, such as Rank Math SEO, it could clean Yoast SEO data after migrating. But

Remove YITH Plugin Data- WordPress
Tips & Tricks
Sebastian Moran

How to Remove YITH Plugin Data on WordPress

YITH provides many limited free plugins on WordPress.org and premium versions of those plugins. The YITH WooCommerce Wishlist plugin has a constant which would need to be added to the site wp-config.php file that can be used to delete that plugins data; define( ‘YITH_WCWL_REMOVE_ALL_DATA’, true ); YITH plugins will use YITH or YIT in the options database table. Example names to look for: yith-wcqv-enable yith-wcqv-enable-mobile yith-wcqv-button-label yith-wcqv-background-modal yith-wcqv-close-color yith-wcqv-close-color-hover yit_plugin_fw_panel_wc_default_options_set yith_plugin_fw_promo_2019_bis yith_system_info yith_wcmg_slider_direction yith_wcmg_enable_plugin yith_wcmg_enable_mobile yith_wcmg_force_sizes yith_wcmg_zoom_width yith_wcmg_zoom_height yith_wcmg_zoom_position yith_wcmg_zoom_mobile_position yith_wcmg_loading_label yith_wcmg_softfocus yith_wcmg_enableslider yith_wcmg_slider_responsive yith_wcmg_slider_items yith_wcmg_slider_circular yith_wcmg_slider_infinite Yith_wcmg_lens_opacity Most hosts provide a solid application to manage and edit your database

Remove Icegram WordPress Plugin Data
Tips & Tricks
Sebastian Moran

How to Remove Icegram Express Plugin Data on WordPress

The Icegram Express plugin is an email marketing service integration for Icegram, which can be commonly used on a site. The Icegram Express plugin uses many custom database tables for storage; wp_ig_actions wp_ig_blocked_emails wp_ig_campaigns wp_ig_contact_meta wp_ig_contactmeta wp_ig_contacts wp_ig_contacts_ips wp_ig_custom_fields wp_ig_forms wp_ig_links wp_ig_lists wp_ig_lists_contacts wp_ig_mailing_queue wp_ig_queue wp_ig_sending_queue wp_ig_temp_import wp_ig_unsubscribe_feedback wp_ig_wc_cart wp_ig_wc_guests wp_ig_workflows wp_ig_workflows_queue The easiest way to remove and delete left-over database tables for Icegram Express is by using a plugin such as WP-Optimize or a host-provided application such as phpMyAdmin. The Icegram Express plugin uses the following option names; there may be a few additional transient-based option names used as

Remove FluentCRM Plugin Data
Tips & Tricks
Sebastian Moran

How to Remove FluentCRM Plugin Data on Your Site

Suppose you were using the FluentCRM plugin on your WordPress website and have already migrated any collected data into a CRM solution or a different CRM plugin. In that case, you may want to clean up the leftover data. To reset all FluentCRM plugin data from wp-admin, go to; FluentCRM > Settings > Tools To reset the FluentCRM plugin data on your site, you must add the following constant to your site’s wp-config.php file. define(‘FLUENTCRM_IS_DEV_FEATURES’, true);  The FluentCRM plugin uses the following custom database tables for storage; wp_fc_contact_relations wp_fc_contact_relation_items wp_fc_campaign_emails wp_fc_campaign_url_metrics wp_fc_campaigns wp_fc_funnel_metrics wp_fc_funnel_sequences wp_fc_funnel_subscribers wp_fc_lists wp_fc_meta wp_fc_subscriber_meta wp_fc_subscriber_notes wp_fc_subscriber_pivot

Remove WPCode WordPress Plugin Data
Tips & Tricks
Sebastian Moran

How to Remove the WPCode Plugin Data on Your Site

The WPCode plugin is a commonly used plugin for adding code snippets into the header and footer of your WordPress site but for some reason, you may want to move to a different code snippets plugin. In that case, you need to export the existing code snippets, add the existing code snippets into site-specific, or import them into the different code snippets plugin. To export existing code snippets, navigate to; Code Snippets > Tools > Export To delete the stored code snippets in the WPCode plugin, you will need to delete those in wp-admin; Code Snippets > Code Snippets Additionally,

Remove Broken Link Plugin Data
Tips & Tricks
Sebastian Moran

How to Remove the Broken Link Checker Plugin Data on Your Site

If you are using the Broken Link Checker plugin on your site, it may cause resource and CPU issues on the hosting server. The blc_installation_log option could get as large as 1MB with 50kb of autoloading data if you have many posts on the site. The options values that the Broken Link Checker plugin uses are; wsblc_options blc_activation_enabled blc_installation_log The Broken Link Checker plugin uses the following database tables to store the data; wp_blc_filters wp_blc_instances wp_blc_links wp_blc_synch The database tables should be removed when you deactivate and uninstall the plugin. However, if they still exist, you can use a plugin

Looking for something?

Privacy laws apply to businesses that collect personal information. Since no personal information is collected by the MainWP plugins, no privacy laws apply to the MainWP plugins. This includes GDPR, UK DPA 2018, PIPEDA, Australia Privacy Act 1988, LGPD, PIPL, and other privacy laws.
Donata Stroink-Skillrud
Donata Stroink-Skillrud
President of Agency Attorneys

Your Download Is Just One Click Away

…or just download the plugin.

By entering your email, you agree to our Terms of Service and Privacy Policy.