✨ 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 ConvertBox WP

SleekView reads the ConvertBox plugin's options, the per-post suppress flags in postmeta and inline shortcodes parsed from post_content. Coverage renders as a sortable, filterable table with post type, suppress flag, shortcode count and last edit as real columns.

♾️ Lifetime License available

SleekView table view for ConvertBox WP

ConvertBox runs in the cloud. The WordPress coverage table is what's missing.

ConvertBox is fundamentally a SaaS funnel and lead capture tool. The WordPress plugin is a thin bridge: it writes the account UUID and global script flags to wp_options, registers an inline [convertbox] shortcode for hand-placed boxes and exposes a per-post toggle stored in postmeta to suppress ConvertBox on specific pages.

The plugin's settings screen surfaces the account UUID and a global on/off switch. It does not show which pages have ConvertBox suppressed, which posts embed a manual shortcode, which post types skew the exclusion list or how recently any of those decisions were touched. The data sits in wp_options, wp_postmeta and parsed post_content, but the cross-site coverage list is missing.

SleekView reads the ConvertBox WP-side data directly. Every post that suppresses the script or carries an inline shortcode appears as a row with post type, suppress flag, shortcode count and last modified date as real columns. Sort by last modified to find stale exclusions, filter to one post type for a coverage audit, bulk-clear suppress flags across a legacy section.

Workflow

How SleekView reads ConvertBox WP data

1

Read the ConvertBox options

SleekView pivots the serialized ConvertBox settings option in wp_options into named columns: account UUID, global script flag, default exclusion rules and visibility defaults.
2

Pull every exclusion and embed

Per-post suppress flags land in postmeta on save. Inline shortcodes live in post_content. SleekView scans both and lists each row with post_id, post_type, post_modified and exclusion_reason.
3

Save and scope the view

Name it ("Suppressed pages", "Shortcode inventory", "Stale exclusions") and gate it by WordPress capability so growth, legal and content ops each see the slice they need.
4

Edit inline or export

Bulk-clear suppress flags on legacy posts, flip a single page's flag without opening the editor or export the filtered set to CSV. Edits run through CRUD so any ConvertBox hooks still fire.

Sample columns

A typical ConvertBox WP coverage table

SleekView joins wp_posts with the ConvertBox postmeta and parsed post_content so suppress flag, shortcode count and last edit sit as real columns next to title and post type.
Source: wp_options (ConvertBox settings) + wp_postmeta (suppress flag) + post_content (inline shortcode)
Post title Post type Suppress flag Shortcode count Last modified Author
Pricing page Off 1 May 14 alex
Free trial page Off 0 May 12 ria
Legal: Privacy page Suppressed 0 Nov 04 tom
Blog: Web vitals post Off 1 May 11 mia
Legacy launch page page Suppressed 0 Mar 02 alex

Comparison

Default ConvertBox plugin UI vs SleekView

Default ConvertBox plugin UI

  • Settings screen surfaces the account UUID, not a coverage list
  • Per-page suppress flag has no cross-site audit table
  • Manual shortcode placements are only visible by grepping post_content
  • No filter to suppressed pages by post type or last edit
  • Bulk operations on suppress flags need direct postmeta edits

SleekView

  • Read directly from wp_options, wp_postmeta and parsed post_content
  • Suppress flag and shortcode count as sortable, filterable columns
  • Inline-edit suppress flags across many posts in one pass
  • Save filtered views ("Suppressed pages", "Stale exclusions")
  • Same table works whether the script is global or scoped

Features

What SleekView gives you for ConvertBox WP

Coverage as real columns

Surface suppress flag, shortcode count and last modified alongside title and post type. The ConvertBox footprint moves from a grep into a sortable table.

Filter to suppressed pages

Filter to suppress_flag=true and the table lists every post where ConvertBox is muted, with its post type and last edit. The compliance answer is a row count.

Bulk-clear stale exclusions

Flip suppress flags off across a legacy section in one pass. Standard WordPress save hooks fire so any ConvertBox cache invalidation runs as expected.

Audience

Who uses SleekView for ConvertBox WP

Growth marketers

Run a pre-launch coverage audit on the campaign target post type. Spot a section silently muted and restore coverage before the campaign push.

Content ops

Plan a shortcode cleanup. The bar table shows inline boxes by post type so legacy embeds get retired and the global script takes over where appropriate.

Agencies

Hand a client a single coverage table of their ConvertBox WordPress footprint on day one. The audit replaces an hour of clicking through post types.

The bigger picture

Why ConvertBox WP needs a coverage table

ConvertBox lives in the cloud, but the WordPress plugin is the gate that decides whether the script runs on any given page. A suppress flag set on a high-traffic post type breaks a campaign quietly. A stale inline shortcode renders a box that no longer matches the funnel strategy.

The default plugin admin shows the account connection, not the coverage shape. SleekView surfaces the WP-side footprint as a real table so growth marketers can see, at a glance, where ConvertBox is muted, where inline shortcodes are placed and how recently any of it was touched. The data is already in wp_options, wp_postmeta and post_content, the table layer turns it from per-page inspection into a site-wide list with bulk actions.

Questions

Common questions about SleekView for ConvertBox WP

The ConvertBox plugin's WP-side storage only: settings in wp_options, per-post suppression flags in wp_postmeta and inline shortcodes parsed from post_content. Cloud-side data (impressions, conversions, targeting analytics) stays in the ConvertBox SaaS.

 

No. Per-visitor performance, A/B test results and funnel reporting live in the ConvertBox dashboard and stay there. SleekView focuses on the WordPress footprint: where the script runs, where it's muted and which posts carry inline embeds.

 

Yes. Flag edits flow through standard WordPress CRUD so any ConvertBox cache invalidation hooks fire on save. Useful for clearing stale exclusions or scoping the script to a launch section without opening each post.

 

No. SleekView only runs queries when the view is open in WP Admin and uses the indexes WordPress maintains on postmeta. There are no background jobs, no cron polling and no scheduled syncs.

 

Yes. SleekView scans post_content for the [convertbox] shortcode and surfaces a per-post count column. Sort by shortcode count desc to find pages with multiple manual placements or filter to count>0 for the full inline inventory.

 

Yes. Each multisite blog has its own ConvertBox options and its own postmeta. SleekView reads the coverage dataset on each blog, and a network rollup is possible by joining across blogs.

 

Yes. The global on/off lives in wp_options, the per-page overrides live in postmeta and the inline shortcodes live in post_content. SleekView reads all three so a mixed deployment with global script plus hand-placed boxes produces one clean coverage table.

 

Yes. The current filter set exports to CSV. Useful for sharing the suppressed pages list with legal or for archiving a snapshot before a major campaign rewrite.

 

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