A simple and lightweight plugin to show registered shortcodes for the current webpage, along with their callback functions, under a "Registered Shortcodes" toolbar menu item.
There are no plugin settings - simply install and activate the plugin.
Related Plugins
Registered Shortcodes list in the WordPress toolbar menu.
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Repositories
Changelog / Release Notes
Version 4.0.0 (2024/01/20)
Maintenance release.
- New Features
- Improvements
- Bugfixes
- Developer Notes
- Requires At Least
- PHP v7.2.34.
- WordPress v5.8.
Thank you for this, I used this to quickly confirm a plugin I’m working on is registered :) Best wishes!