| File | Date | Author | Commit |
|---|---|---|---|
| assets | 23 hours ago |
|
[cfcd0c] v-1.6.1 File |
| LICENSE | 24 hours ago |
|
[3dd513] Initial commit |
| README.md | 23 hours ago |
|
[5d6279] v1.6.1 File |
| license.txt | 23 hours ago |
|
[cfcd0c] v-1.6.1 File |
| mbr-wp-site-detector.php | 23 hours ago |
|
[cfcd0c] v-1.6.1 File |
A free WordPress plugin that lets anyone check whether a website is built with WordPress โ and uncover the theme, plugins, and version numbers running under the hood.
Built and maintained by Robert Palmer ยท Little Web Shack ยท โ Buy me a coffee
Whether you're a freelancer scoping a new client, an agency auditing a competitor, or a developer helping someone migrate their site โ knowing what's powering a website is genuinely useful information. This plugin puts that capability directly on your own WordPress site, in a clean, branded widget your visitors can use too.
Before your first call with a potential client, run their site through the detector. You'll instantly see what theme they're using, which plugins are active, and what version of WordPress they're running. Walking into a discovery call already knowing their stack makes you look sharp โ and means you can flag problems before they've even hired you.
"Their site is running WordPress 5.8 with a theme that hasn't been updated in three years and an abandoned e-commerce plugin. That's a conversation starter."
An old WordPress version or a plugin that's been unmaintained for years is a red flag. The version numbers surfaced by the detector let you quickly assess whether a site is a security risk waiting to happen โ useful when taking over a client's project, or auditing a site before a rebuild quote.
Want to know what stack a competitor or industry peer is running? The detector gives you a transparent look at the tools they've chosen โ page builders, SEO plugins, performance tools, membership systems. It won't tell you everything, but it tells you more than most people realise is publicly visible.
Taking on a migration project? Detect the source site first to understand what you're dealing with before you commit to a price. Knowing the theme and active plugins upfront means no nasty surprises halfway through the job.
Drop the [wp_detector] shortcode on a page of your agency or freelancer site. It's a practical, interactive tool that demonstrates your knowledge of the WordPress ecosystem and gives visitors a reason to stay โ and a reason to come back.
When a client sends you a "can you just fix this site" request, a quick scan tells you whether you're about to wade into a outdated WooCommerce install running three conflicting page builders. Forewarned is forearmed.
style.css)[wp_detector] to any page or post[wp_detector]
Place this on any page, post, or widget area. That's all you need.
Head to Settings > Site Detector in your WordPress admin. Changes are previewed live before you save.
| Setting | Description |
|---|---|
| Accent Colour | Colours buttons, badges, borders and headings. Any hex colour. |
| Dark Mode | Switches to a dark Catppuccin Mocha palette. |
| Glassmorphism | Applies a frosted-glass backdrop-blur effect to the widget panel. |
โ ๏ธ Elementor users: Dark mode and glassmorphism styles are applied on the front end only. They will not appear inside the Elementor editor or preview panel. View the published page in a browser tab to see the final result.
The plugin makes a server-side request to the target URL (avoiding browser CORS restrictions) and analyses the HTML response for WordPress fingerprints:
/wp-content/ or /wp-includes/ paths<meta name="generator"> tagwp-json API link headerTheme slugs are extracted from stylesheet paths, with a secondary request to style.css to retrieve the human-readable theme name. Plugin slugs are matched from /wp-content/plugins/ references, with version numbers captured from ?ver= query parameters on enqueued assets.
?ver= parameters on enqueued files (most do, some strip them for performance)?ver= version numbers from being capturedRobert Palmer โ Freelance WordPress developer based in Cleethorpes, England.
Building free, no-upsell plugins for the WordPress community under the Little Web Shack and Made by Robert brands.
GPL v2 or later โ see LICENSE