✨ 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 Charts for Head Footer Code: see every injected tag at a glance

Head Footer Code stores site-wide head, body, and footer snippets in the options table and lets editors override them per post. SleekView Charts reads those options and the per-post meta and turns them into a configurable dashboard of KPIs, scope donuts, top-overridden posts, and change-over-time trends.

♾️ Lifetime License available

SleekView Charts dashboard for Head Footer Code (Misha)

From an options screen to a charts dashboard for injected code

Head Footer Code (the Misha Mishchenko build) is the simplest way to drop tracking pixels, analytics tags, and verification meta into a WordPress site without theme edits. The plugin stores site-wide snippets in wp_options under the auhfc_settings array, with separate keys for head, body, and footer. Per-post overrides live in wp_postmeta as _auhfc_head, _auhfc_body, and _auhfc_footer on individual posts and pages.

The plugin's own UI shows the snippets in three textareas on a settings page, and the per-post panel sits in the editor sidebar. That is fine for editing one tag but useless for the question a webmaster actually has: how many posts override the head, which tags are firing where, and when did the last change happen. Answering that today means scrolling the post list with custom fields visible.

SleekView Charts reads the auhfc_settings option and the _auhfc_* postmeta together. A Number card counts posts with custom overrides, a Donut splits overrides across head, body, and footer slots, a Bar ranks the most recently edited overrides, and an Area trends the change cadence over time. Every card is a saved query against live data, not a screenshot, so the dashboard reflects the same state the snippets ship to visitors right now.

Workflow

From Head Footer Code data to a dashboard

1

Point SleekView at the options row

Add a data source on the auhfc_settings option in wp_options. SleekView reads the serialized head, body, and footer values so a Number card can count global tags and a Pie can split scope shares.
2

Join the per-post override meta

Bring in wp_postmeta filtered to _auhfc_head, _auhfc_body, and _auhfc_footer. Each row carries a post_id and meta_value pair, ready for grouping by post and by slot.
3

Add chart cards on injection data

Pick chart types, choose grouping like meta_key for scope or post_modified for trends, pick Count or Sum aggregation and a color. Each card stays a saved query, so new overrides appear without rebuilding.
4

Save, scope, and share the dashboard

Save the chart view, scope it per role for webmasters and ad ops, and optionally embed it on a frontend page so a SEO consultant or external auditor sees the same numbers without WP Admin access.

Sample dashboard

Charts you can build on Head Footer Code data

Four cards that turn the head, body, and footer snippets Head Footer Code stores into a working injection dashboard inside WordPress.
Number · Default

Posts with per-post overrides

A single KPI counting distinct post_id values across wp_postmeta rows where meta_key is _auhfc_head, _auhfc_body, or _auhfc_footer and meta_value is not empty, with the prior month's count underneath for context.
Count
Pie · Donut

Overrides by injection slot

A donut splitting per-post overrides across _auhfc_head, _auhfc_body, and _auhfc_footer keys in wp_postmeta so the webmaster sees which slot editors customise the most.
Count group by meta_key
Bar · Horizontal

Recently overridden posts

A horizontal bar of posts with the most recent _auhfc_* override edits, resolved against wp_posts for readable titles and ranked by post_modified timestamp.
Maximum(post_modified) group by post_id
Area · Gradient

Override edits per day

A gradient area chart counting wp_posts rows with _auhfc_* meta where post_modified falls on each day, useful for spotting which days had tag rollouts or audits.
Count group by post_modified

Comparison

Default Head Footer Code admin vs SleekView Charts

Default settings textareas

  • Three textareas show the current global snippets but never report on overrides
  • No way to count or list posts that customise the head, body, or footer
  • No trend chart for when tag injections were last edited across the catalogue
  • Per-post overrides hide inside the editor sidebar, one post at a time
  • No role-scoped reporting surface for an SEO consultant or external auditor

SleekView Charts

  • Chart cards built directly on the auhfc_settings option and _auhfc_* meta
  • Mix Number, Pie, Bar, Line, and Area cards on a single tag-injection dashboard
  • Saved chart views scoped per role for webmasters, ad ops, and consultants
  • Embed any saved chart view on a frontend page with role-based access
  • Zero new tracking, the snippets keep shipping exactly as Head Footer Code injects them

Features

What SleekView Charts gives you for Head Footer Code (Misha)

Real chart cards on injection data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built from the Head Footer Code settings option and the _auhfc_head, _auhfc_body, and _auhfc_footer meta keys, with no extra plugin to install for reporting.

Snippets stay where they are

SleekView Charts only reads, never injects. Head Footer Code keeps printing the head, body, and footer code, and SleekView just turns the configuration into a dashboard the team can share.

Share without extra access

Save dashboards per role and embed them on frontend pages so SEO leads, ad ops, and external consultants see the injection state without needing the WordPress Settings menu.

Audience

Who builds Head Footer Code charts dashboards with SleekView

Webmasters

Watch the override count and the most recently edited posts to confirm nobody slipped a stray tag into a single landing page that should be using the global config.

Ad ops

Use the slot donut and the daily edit trend to verify when a tracking pixel was pushed and which slot it lives in across both the global and per-post layers.

Agencies

Build a dashboard per client, scope it to a client role, and replace the monthly Loom walkthrough of the Head Footer Code settings page with a saved chart view.

The bigger picture

Tag injection deserves a real dashboard

Head Footer Code does one thing and does it well: print arbitrary code into the head, body, and footer of a WordPress page. The trade-off is visibility. The plugin has no reporting surface beyond the three settings textareas and the per-post sidebar, so the people who actually need to know which tags fire where (ad ops, SEO, agencies) end up reading the rendered HTML of the live site.

SleekView Charts treats the Head Footer Code data as a real dataset. Webmasters see the count of posts with overrides in a Number card, ad ops see the slot donut and the trend of edits over time, and agencies can save a chart view per client and embed it on an internal frontend page. The snippets keep printing exactly as the plugin ships them, the reporting layer finally exists, and the dashboard updates the moment the auhfc settings option or any _auhfc_* meta key changes.

Questions

Common questions about SleekView Charts for Head Footer Code (Misha)

Both. The auhfc_settings option holds the literal head, body, and footer code as strings, and SleekView can display them in a table card next to the chart cards. The chart cards themselves aggregate on counts, slots, and timestamps, so the visualisation stays readable even on sites with hundreds of overrides.

 

Only if the _auhfc_* meta row still exists with an empty value. Head Footer Code deletes the row when the editor clears the field, so a Number card with a non-empty filter shows only live overrides. A separate card can include emptied rows if the team wants to track historical churn.

 

Yes. The Misha build and the original Stefano Lissa version both use the auhfc_settings option name and the _auhfc_* meta keys. Any fork that keeps the same storage layout works without configuration. The plugin slug only matters for picking up settings UI changes, not for reporting.

 

Yes. A Bar card can group by post_id and aggregate Maximum on the character length of the _auhfc_head meta_value, useful for catching the one landing page where someone pasted an entire GTM container by accident instead of a one-line snippet.

 

SleekView reads wp_options and wp_postmeta directly on dashboard load, so an override edit shows up immediately on the next refresh. Heavier aggregates can opt into a configurable cache, but the default behaviour is live reads against the actual storage Head Footer Code writes to.

 

Yes. Saved chart views support role-based visibility, so webmasters, ad ops, and external consultants see only the dashboards you allow them to see. The scoping happens at the view level, not at the underlying data level, so audit trails stay intact.

 

Yes. Any saved chart view can be embedded on a frontend page with role-based access, useful for an internal team page or a client portal where the dashboard needs to live outside WP Admin behind a login of its own.

 

No. The plugin keeps reading wp_options once per page load to print the snippets, and SleekView's queries only run when the dashboard renders. The two systems read the same rows but the frontend tag injection path is untouched by anything SleekView Charts does.

 

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