MainWP Blog

Delete iThemes Security Log Database Table
Tips & Tricks
Sebastian Moran

Optimizing the iThemes Security Plugin Log Database Table

The iThemes Security plugin is a powerful plugin for protecting your WordPress website. However, the plugin’s log database table can grow over time, slowing your website. There are a few things you can do to optimize the iThemes Security plugin log database table: Delete old logs. By default, the iThemes Security plugin keeps logs for 30 days. You can delete older logs to free up space in your database. Reduce the log retention period. You can reduce the number of days that the iThemes Security plugin keeps logs by going to Security > Settings > Configure > Global Settings and

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,

Remove WP Mail Logging Plugin Data
Tips & Tricks
Sebastian Moran

How to Remove WP Mail Logging Plugin Data on Your WordPress Website

The WP Mail Logging plugin is one of the most popular and easy-to-use plugins for logging emails sent from your WordPress website. WP Mail Logging Plugin for WordPress As keeping a log of emails sent can quickly increase the size of your database, it is recommended that you check and adjust the log retention settings according to your needs. Navigate to Log Rention in the WP Mail Logging plugin. If you want to change to an SMTP plugin that includes built-in email logging or use a different solution, you should make sure that the database table the plugin is using

Remove Loginizer Unused Data
Tips & Tricks
Sebastian Moran

How to Remove Loginizer Plugin Data on Your WordPress Website

The Loginizer plugin is commonly used for brute force protection, failed login attempt logs, and IP control on your WordPress site. The custom database tables that the Loginizer plugin uses are; wp_loginizer_logs loginizer_csrf_promo_time loginizer_backuply_promo_time loginizer_promo_time loginizer_ins_time Loginizer_2fa_whitelist The plugin should remove all stored option values from the site’s database during uninstallation. To delete the database tables, get into your database administrator, such as phpMyAdmin, and look for; loginizer_ When you uninstall a plugin in WordPress, deleting the database tables it created is a good idea. This practice has several benefits: Reduce Database Clutter: Database tables no longer in use can

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 Unused WP Statistics Plugin Data
Tips & Tricks
Sebastian Moran

How to Remove WP Statistics Plugin Data on Your Site

The WP Statistics is a widely used plugin with over 600k active installations and is used as a self-hosted solution to track analytics. The WP Statistics plugin uses the following custom database tables for data storage; wp_statistics_exclusions wp_statistics_historical wp_statistics_pages wp_statistics_search wp_statistics_useronline wp_statistics_visit wp_statistics_visitor wp_statistics_visitor_relationships The plugin does not have a built-in way to clean or delete the custom database tables other than manually deleting the custom tables using an application such as phpMyAdmin, or a plugin such as WP-Optimize. If you use the WP-Optimize plugin to find the left-over database tables for the WP Statistics plugin, navigate to; WP-Optimize >

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

WebP Image Format - WP Optimize
Tips & Tricks
Sebastian Moran

How to Convert Site Images to the WebP format in the WP-Optimize Plugin

The WebP image format is commonly supported in most major browsers, and in most cases, the images can be smaller than the original JPG format file. WebP images are about 30% smaller than PNG and JPEG images at equivalent visual quality. WordPress 6.1 introduced the WebP image generation feature. But, if you don’t want to use natively, you can easily disable it using a code snippet and the CDN at the edge, such as Cloudflare or the locally generating plugin version. The WP-Optimize plugin supports converting new and bulk-optimizing existing images in the media library into the WebP image format

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.