WP Manifestindependent plugin directory
manifest / admin / view-all-shortcodes

All the Shortcodes

A WordPress plugin that lets site admins view all shortcodes.

by Rowan · github.com/roprice/view-all-shortcodes

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/roprice/view-all-shortcodes/archive/refs/heads/master.zip

A WordPress admin plugin that lists every shortcode currently registered on the site. It does not create options or write to the database.

Usage

  1. Activate the plugin.
  2. Open Settings → View all shortcodes.
  3. Select a shortcode to copy it to the clipboard.

The list reflects shortcodes registered during the current admin request, including those registered by active plugins and the active theme.

Requirements

  • WordPress 6.0 or later
  • PHP 7.4 or later

Privacy and security

All functionality is local to the WordPress admin. The plugin does not load third-party scripts, make external requests, or transmit shortcode data.

License

GPL-2.0-or-later. See LICENSE.