✨ 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 WP All Export: exports & schedules as tables

WP All Export persists every export config, schedule, and run history in pmxe_exports. SleekView reads it directly so feed audits, schedule reviews, and stale-export cleanup live in one screen instead of a basic settings tab.

♾️ Lifetime License available

SleekView table view for WP All Export

Export operations as a real workspace

WP All Export keeps the friendly_name, export type, schedule, attached file, and run counts of every export inside the pmxe_exports custom table. The default UI lists exports as cards with a few inline controls, which works fine for a handful of feeds but breaks down on agency installs with daily ERP, CRM, and finance exports plus a backlog of legacy ones nobody owns anymore.

SleekView pulls pmxe_exports directly into a flat workspace. Columns expose friendly_name, export_type, scheduled flag, registered_on, exported count, and the parent attachment ID linking to the produced CSV or XML. Sorting by registered_on quickly surfaces exports that have not run in two weeks. Filtering on exported = 0 highlights schedules where nothing actually came out of the last cron tick.

Joining the attachment ID back to wp_posts reveals the file URLs of past exports — handy when an integrations team needs the actual feed that finance ingested last Wednesday. The same view supports inline rerun where the plugin's API is available, so triaging a stale export and kicking off a fresh run happen in two clicks.

Workflow

Audit every WP All Export feed in one workspace

1

Point at pmxe_exports

SleekView reads wp_pmxe_exports directly. The agent samples columns and turns friendly_name, export_type, scheduled, registered_on, and exported into typed sortable columns automatically.
2

Surface schedule and counts

Pivot the schedule frequency and last-run timestamp into named columns. Sort by exported descending to find the heaviest feeds; sort by registered_on ascending to surface the staleness.
3

Join produced files

Link attch_id to wp_posts so each export row exposes the URL of its most recent CSV or XML output. Integrations teams stop digging through wp-content/uploads.
4

Save staleness presets

Save a view filtered to last_run older than fourteen days. Run it weekly to clean up legacy feeds and free server resources before they show up in disk-usage alerts.

Sample columns

A typical exports view

One row per export with name, type, last run, and rows exported.
Source: wp_pmxe_exports
Export Type Last run Rows Schedule Status
Products to ERP Products Apr 24 04:00 3,408 Daily OK
Customers to CRM Users Apr 24 05:00 1,210 Daily OK
Orders for finance Orders Apr 24 06:00 421 Daily Slow
Legacy feed Products Apr 12 0 Off Stale

Comparison

Default WP All Export admin vs SleekView

Default WP All Export admin

  • Exports listed in a basic plugin screen — no joined ops view
  • Filtering by schedule or rows-exported isn't built in
  • Stale-export detection (no run in N days) needs manual review
  • Bulk re-run or pause goes export by export
  • No quick view of friendly_name + last run + record count together

SleekView

  • Read pmxe_exports directly with config and counts
  • Sort by last run, exported count, or schedule
  • Filter to stale exports for cleanup
  • Pivot scheduled flag and friendly_name into named columns
  • Save views per ops or data-engineering role

Features

What SleekView gives you for WP All Export

Schedule overview

Every scheduled export at a glance — frequency, last run, exported counts, and destination — pulled directly from pmxe_exports in one ranked view.

Stale-export detection

Filter exports whose last run is older than N days to clean up unused jobs, free server resources, and shrink the data-leak surface before audits catch it.

Inline rerun and edit

Trigger a rerun, toggle the scheduled flag, or rename exports inline. Bulk-pause across many exports without per-row clicks through the plugin's settings tab.

Audience

Who uses SleekView for WP All Export

Data ops

Daily ops view with last-run, exported counts, and schedule visible across every export. Spot zero-row runs and missed schedules before downstream teams notice.

Data quality

Spot exports that returned zero rows when they shouldn't have, or whose row counts dropped sharply against rolling averages. Catches silent feed breakage.

Integrations team

Verify scheduled FTP and HTTP feeds ran on time before partner SLAs trigger, with file URLs available inline through the attch_id join to media.

The bigger picture

Why exports become a quiet liability

Exports tend to accumulate. A site that has been running for three years usually has nightly feeds for the current ERP, an older feed for an ERP that was replaced, a one-off finance export from a 2022 audit that never got disabled, and three feeds an agency built for a partner who churned. None of them throw errors.

Disk fills up, cron load creeps up, and the surface area for a sensitive data leak grows quietly. The default WP All Export UI has no easy way to ask "which exports have not run since January" or "which exports return zero rows on every cron tick." That conversation needs a flat sortable view of pmxe_exports, with registered_on, exported, and scheduled all visible. Once that view exists, deprecating dead feeds becomes a fifteen-minute monthly task instead of a discovery exercise nobody schedules.

Stale-export cleanup is one of the few maintenance habits that actually reduces both attack surface and ops cost in the same pass, and it only works when the inventory is queryable.

Questions

Common questions about SleekView for WP All Export

Yes. Pro adds extra columns for custom XML formats, scheduling, and bigger advanced options, but the underlying pmxe_exports table is shared with Free. SleekView reads both from the same view configuration. Pro-specific options stored as serialized data in the options column can be parsed into named columns too.

 

Yes. SleekView calls WP All Export's run-export API on row actions where supported, so the same hooks and post-process steps run as a manual export — including FTP upload, S3 push, or email destination. The action is capability-gated.

 

Yes. Destination configuration stored serialized in the options column is parsed by the agent and exposed as filterable columns — destination type, host, target path. Auditing where every export sends becomes a one-screen operation rather than per-export drilling.

 

Yes. The attch_id column links to the WordPress media library; SleekView surfaces the file URL as a sortable column. Combined with run timestamp, you get a quick "download last Tuesday's customer feed" workflow without leaving WP admin.

 

Yes. Views are capability-gated and saveable per role, so finance sees only finance feeds, integrations sees its partner feeds, and data ops sees everything. Each saved view also remembers its filters and column ordering per role.

 

Yes. SleekView can show a per-run audit by joining the export attachment history alongside the parent export row. Each historical attachment becomes a row with timestamp, file size, and exported-row count for diff and audit purposes.

 

Yes. Compare scheduled = 1 against last_run on a regular cadence; rows where scheduled is true but last_run is more than the schedule interval old are silent failures. Save that as a daily ops view to catch broken cron events the same morning they happen.

 

Filter the view to exports with no run in the last sixty days, confirm with stakeholders against the friendly_name column, then bulk-toggle scheduled to false before deleting. Keeping the row in pmxe_exports for thirty days post-pause gives a rollback window.

 

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