Title: Shortcodes Analyzer
Author: wpspin
Published: <strong>2025 年 2 月 5 日</strong>
Last modified: 2026 年 2 月 12 日

---

搜索插件

![](https://ps.w.org/shortcodes-analyzer/assets/banner-772x250.png?rev=3235579)

![](https://ps.w.org/shortcodes-analyzer/assets/icon-256x256.png?rev=3235579)

# Shortcodes Analyzer

 作者：[wpspin](https://profiles.wordpress.org/wpspin/)

[下载](https://downloads.wordpress.org/plugin/shortcodes-analyzer.1.0.1.zip)

 * [详情](https://cn.wordpress.org/plugins/shortcodes-analyzer/#description)
 * [评价](https://cn.wordpress.org/plugins/shortcodes-analyzer/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/shortcodes-analyzer/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/shortcodes-analyzer/#developers)

 [支持](https://wordpress.org/support/plugin/shortcodes-analyzer/)

## 描述

🔍 **Shortcodes Analyzer** is a lightweight WordPress admin tool that scans your
entire website and shows you exactly where each shortcode is being used — across
posts, pages, and custom post types.

Whether you are cleaning up unused plugins, migrating content, troubleshooting broken
shortcodes, or auditing your site before a redesign, this plugin gives you the complete
picture in seconds with a single click.

No settings to configure. No database entries. Just install, activate, and scan.

#### ✨ Key Features

✅ **One-Click Full Site Scan** — Analyze every registered shortcode across your
entire website instantly
 ✅ **Post, Page & CPT Support** — Detects shortcode usage
in posts, pages, and all custom post types ✅ **Plugin Detection** — Shows which
plugin provides each shortcode so you know the source ✅ **Direct Edit & View Links**—
Jump straight to any post or page using a shortcode ✅ **All Shortcodes List** —
View every registered shortcode and its callback function at a glance ✅ **Real-
Time Progress** — Watch results appear live as each shortcode is scanned ✅ **Zero
Configuration** — Works out of the box with no settings to configure ✅ **Lightweight&
Fast** — No frontend scripts, no database bloat, admin-only functionality ✅ **Secure**—
Nonce verification, prepared SQL queries, and proper output escaping throughout

#### 📋 10+ Use Cases

 1.  **🧹 Plugin Cleanup** — Find out if a plugin’s shortcodes are actually used before
     deactivating or deleting it
 2.  **🔧 Troubleshoot Broken Shortcodes** — Quickly locate posts displaying raw shortcode
     text like `[shortcode_name]` instead of rendered content
 3.  **📦 Site Migration Prep** — Audit all shortcode dependencies before migrating
     to a new host or theme
 4.  **🎨 Theme Switching** — Check which shortcodes will break when switching themes(
     theme-registered shortcodes)
 5.  **📊 Content Audit** — Get a full inventory of shortcode usage as part of a site
     content review
 6.  **⚡ Performance Optimization** — Identify and remove plugins whose shortcodes
     are no longer in use to speed up your site
 7.  **🔄 Plugin Replacement** — When switching from one plugin to another (e.g., changing
     page builders), find all posts that need updating
 8.  **👥 Client Handoff** — Generate a shortcode usage report before handing a site
     to a client or new developer
 9.  **🛡️ Security Review** — Identify shortcodes from outdated or abandoned plugins
     that may pose security risks
 10. **📝 Documentation** — Know exactly which plugins power which content areas when
     documenting a site’s functionality
 11. **🧪 Staging & Testing** — Verify shortcode usage matches between staging and 
     production environments
 12. **🗑️ Post-Redesign Cleanup** — After a site redesign, find leftover shortcodes
     from old plugins that are no longer needed

#### 🛠️ How to Use

**Step 1: Open the Analyzer**
 Navigate to **Settings > Shortcodes Analyzer** in
your WordPress admin dashboard.

**Step 2: Start Scanning**
 Click the **“Start Analyzing”** button. The plugin will
begin scanning all registered shortcodes across your website.

**Step 3: Review Results**
 As each shortcode is processed, results appear in a 
table showing:

 * **Plugin** — Which plugin provides the shortcode
 * **Shortcode** — The shortcode name
 * **Post Type** — Whether it is used in a post, page, or custom post type
 * **Title** — The title of the content using the shortcode
 * **Actions** — Quick links to View or Edit the post/page

**Step 4: Browse All Shortcodes**
 Switch to the **“All Available Shortcodes”** 
tab to see every shortcode registered on your site along with its callback function.

#### ⚙️ Settings

This plugin requires **no configuration**. It works immediately after activation:

 * **Location:** Settings > Shortcodes Analyzer
 * **Access:** Administrator role required (manage_options capability)
 * **Database:** No options or tables are created — the plugin is a pure scanning
   tool
 * **Frontend:** No scripts or styles are loaded on the frontend — admin only

#### 🤝 Works Great With These Popular Plugins

Shortcodes Analyzer works with **any plugin or theme that registers shortcodes**.
Here are some popular plugins it pairs well with:

 * **WPBakery Page Builder** — Find all pages built with WPBakery shortcodes before
   migrating to another builder
 * **Elementor** — Detect legacy shortcode-based widgets when transitioning between
   builders
 * **Contact Form 7** — Locate every page where your contact forms are embedded
 * **Gravity Forms** — Track which posts and pages use your Gravity Forms shortcodes
 * **WooCommerce** — Find WooCommerce shortcodes like `[products]`, `[cart]`, and`[
   checkout]` across your site
 * **TablePress** — Identify all posts displaying TablePress tables
 * **Advanced Custom Fields (ACF)** — Detect ACF shortcode usage across content
 * **Shortcodes Ultimate** — Audit usage of the many shortcodes this plugin registers
 * **Easy Digital Downloads** — Track where EDD purchase buttons and download shortcodes
   appear
 * **bbPress / BuddyPress** — Locate forum and community shortcodes embedded in 
   pages

#### 🔗 Need a Custom Plugin or Feature?

Looking for custom WordPress development? Get in touch with us at [WPspin LLC](https://wpspins.com/)
for custom plugin development and feature requests.

## 屏幕截图

 * [[
 * Dashboard view before starting the analysis
 * [[
 * Dashboard view during the analysis process
 * [[
 * Analysis results displaying detected shortcodes
 * [[
 * List of all available shortcodes

## 安装

 1. Upload the `shortcodes-analyzer` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the **Plugins** menu in your WordPress Dashboard
 3. Navigate to **Settings > Shortcodes Analyzer** to start scanning

## 常见问题

### Does this plugin slow down my website?

No. Shortcodes Analyzer only runs when you click the scan button in the admin panel.
It loads no scripts or styles on the frontend and creates no database tables.

### Does it work with custom post types?

Yes. The scanner checks all published content including posts, pages, and any registered
custom post types.

### Can I find shortcodes from a specific plugin?

Yes. The scan results show which plugin provides each detected shortcode, so you
can filter by plugin name.

### Is it safe to use on a live site?

Absolutely. The plugin only reads data — it never modifies your content, database,
or files.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Shortcodes Analyzer」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ wpspin ](https://profiles.wordpress.org/wpspin/)

[帮助将「Shortcodes Analyzer」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/shortcodes-analyzer)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/shortcodes-analyzer/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/shortcodes-analyzer/)，或通过[RSS](https://plugins.trac.wordpress.org/log/shortcodes-analyzer/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/shortcodes-analyzer/)。

## 更新日志

#### 1.0.1

 * Updated plugin description and documentation
 * Updated tested up to WordPress 6.9
 * Added support contact banner in admin
 * Improved plugin tags for better discoverability

#### 1.0.0

 * First version of the plugin.

## 额外信息

 *  版本 **1.0.1**
 *  最后更新：**2 月前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 4.0.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  语言
 * [English (US)](https://wordpress.org/plugins/shortcodes-analyzer/)
 * 标签
 * [cleanup](https://cn.wordpress.org/plugins/tags/cleanup/)[shortcode](https://cn.wordpress.org/plugins/tags/shortcode/)
   [shortcode finder](https://cn.wordpress.org/plugins/tags/shortcode-finder/)
 *  [高级视图](https://cn.wordpress.org/plugins/shortcodes-analyzer/advanced/)

## 评级

尚未提交反馈。

[添加我的评价](https://wordpress.org/support/plugin/shortcodes-analyzer/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/shortcodes-analyzer/reviews/)

## 贡献者

 *   [ wpspin ](https://profiles.wordpress.org/wpspin/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/shortcodes-analyzer/)