✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for MailerLite Classic: legacy forms & sync state as tables

MailerLite Classic was the WordPress plugin for MailerLite's pre-2022 platform. It still runs on plenty of long-lived sites, keeping legacy API keys, form mappings and old group IDs in wp_options and wp_postmeta. SleekView turns that legacy state into a real audit table.

♾️ Lifetime License available

SleekView table view for MailerLite Classic for WordPress

Legacy MailerLite installs still need an audit

MailerLite Classic is the WordPress plugin built against MailerLite's pre-2022 platform. New sites have moved to the modern MailerLite or MailerLite Pro plugin, but plenty of long-lived sites still run Classic because the migration to the new platform requires touching API keys, group IDs and consent strings, and nobody wants to break a working capture path. The local footprint is small but consequential: a legacy API key in wp_options as a serialized array, per-form group mappings in wp_postmeta, and a small set of sync timestamps that the plugin updates on each capture.

The default Classic plugin UI is era-appropriate: single-form mapping screens, no inventory view, no filter for forms whose target group no longer exists in MailerLite, no diff between staging and production capture configs. Sites that have been live for several years often accumulate stale mappings, orphaned consent overrides and disabled capture flags that nobody remembers setting. There is no admin surface that turns those rows into a workspace.

SleekView reads the Classic plugin's option row and postmeta directly and renders the integration as one table. Settings on top, form-bridge rows in the middle, with consent text, last-sync timestamp and a status pill on every row. Edits route through the plugin's options API where supported. For sites planning a migration to the new MailerLite plugin, the audit table is also the migration plan, an inventory of every mapping that needs to be moved and every group ID that needs to be repointed.

Workflow

MailerLite Classic options and postmeta as a workspace

1

Pick the storage paths

Point SleekView at the Classic settings option and the _ml_classic_* keys in wp_postmeta. Settings and form bridges render as one joined table.
2

Compose audit columns

Pivot the settings blob into named columns. Add per-form group ID, consent text and last-sync timestamp from postmeta. Add a stale-key status column for the API key format.
3

Save the migration views

Save filters for stale-key rows, archived-group bridges, custom consent overrides. Each saved view is a step on the migration to the modern MailerLite plugin.
4

Edit inline or bulk-update

Repoint group IDs, update consent copy, or unsubscribe stale form bridges in one bulk edit. Hooks fire through the options API where supported.

Sample columns

A typical MailerLite Classic forms view

Settings live in wp_options. Per-form group mappings sit in wp_postmeta.
Source: wp_options + wp_postmeta (MailerLite Classic settings, sync state, form group mappings)
Surface Form MailerLite group Consent text Last sync Status
Capture script (global) site-wide Default Apr 24 Loading
Form bridge Contact group:leads Default Apr 23 Synced
Form bridge Newsletter group:newsletter Custom Apr 20 Stale key
Form bridge Old promo group:archived Default Feb 11 Group missing

Comparison

Default MailerLite Classic plugin UI vs SleekView

Default MailerLite Classic plugin UI

  • Single-form mapping screens, no inventory view
  • No filter for forms whose group_id was archived
  • Stale API keys aren't surfaced anywhere in the admin
  • Consent-string overrides aren't auditable in one column
  • Plugin development is paused, future fixes are unlikely

SleekView

  • Settings and form bridges in one joined table
  • Filter by archived group_id for migration planning
  • Surface stale-key rows for token rotation
  • Inline-edit consent text and target group IDs
  • Audit table doubles as a migration plan to modern MailerLite

Features

What SleekView gives you for MailerLite Classic for WordPress

Form-bridge inventory

Every form mapped to a MailerLite group, all on one filterable table with last-sync timestamps, consent text and target group ID. The single screen the Classic admin never shipped.

Migration planning

Filter by archived group_id or stale API key to build the exact inventory of rows that need attention before migrating to the modern MailerLite plugin.

Consent-text governance

Custom consent strings drift on long-lived sites. SleekView surfaces every override in one column so legal can catch stale wording before a compliance review.

Audience

Who uses SleekView for MailerLite Classic

Legacy site owners

Audit a Classic install before deciding whether to migrate. The inventory table is the prerequisite to a clean migration to the modern MailerLite WordPress plugin.

Privacy & legal

Audit consent strings and capture-script flags on legacy sites. Long-lived sites often carry overrides nobody remembers writing, the column makes them visible.

Agencies inheriting old sites

Hand a client a single audit table of their legacy MailerLite Classic state on day one of a takeover. The screenshot becomes the kickoff document.

The bigger picture

Why legacy ESP plugins benefit most from a real audit table

Legacy WordPress plugins are the easiest place for drift to hide because nobody's actively looking at them. A site that picked MailerLite Classic in 2018 might have ten form bridges, two consent overrides nobody remembers writing, an API key that still works but was issued under a deprecated format, and three group IDs that were archived in MailerLite years ago without anyone updating the WordPress side. None of that is visible from the Classic admin because the admin was designed for the small operational footprint a Classic install was supposed to have.

SleekView's contribution is to render every storage path as a column on one table, which is exactly the audit a legacy install needs. Once the audit table exists, stale rows show as red or amber and fixes become bulk edits. For owners deciding whether to migrate to the modern MailerLite plugin, the table is the prerequisite.

For agencies inheriting old sites, it's the day-one kickoff document. For privacy teams reviewing compliance on long-lived sites, it's the proof that the consent string actually shown to the user is the one currently stored on the form. None of that work disappears because the plugin is legacy.

SleekView just makes it tractable.

Questions

Common questions about SleekView for MailerLite Classic for WordPress

MailerLite has moved its platform forward and the Classic plugin receives minimal updates. It still works on long-lived sites, but new sites should pick the modern MailerLite or MailerLite Pro plugin. SleekView's audit table is useful precisely because the Classic admin is unlikely to gain new features.

 

No. Subscribers live in MailerLite. SleekView surfaces only the WP-side settings, form mappings, sync timestamps and consent flags the plugin stores locally in wp_options and wp_postmeta.

 

In wp_options as a serialized array. The key may be the older account-scoped format or the newer API v2 format depending on when the site connected. SleekView surfaces a stale-key status pill when the format hasn't been updated.

 

Yes. SleekView writes through the plugin's options API where supported so any registered hooks fire. Direct postmeta writes are available for bulk repointing during a migration.

 

Yes, indirectly. The audit table is the inventory of every form mapping, consent override and group ID that needs to be moved or repointed. Export the table as the migration checklist before installing the new plugin.

 

Yes. The join is between wp_postmeta and a small wp_options row, both indexed. Even sites with hundreds of forms render in a single paginated query.

 

Yes. SleekView reads each subsite's wp_{blog_id}_options and wp_{blog_id}_postmeta and exposes a network roll-up so agencies inheriting a legacy multisite see every Classic install in one screen.

 

Contacts live in MailerLite so subject-access requests run through MailerLite's tooling. The WP-side audit table is useful supporting evidence for the export record, particularly for legacy sites where the consent text in MailerLite may not match the consent text the WP form actually showed.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView