wp_list_shortcodes
List all shortcodes used in a WordPress page by providing page ID or slug. Filter by tag to inspect specific shortcodes and understand page structure.
Instructions
Parse and list all shortcodes found in a page's content. Useful for understanding page structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | No | Page ID | |
| page_slug | No | Page slug | |
| filter_tag | No | Only list this shortcode tag |