generate_shortcode
Create WordPress shortcode implementations by specifying tag, attributes, and body code to add custom functionality to your site.
Instructions
Generate WordPress shortcode implementation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Shortcode tag | |
| description | No | Shortcode description | |
| attributes | No | Shortcode attributes | |
| body | Yes | Shortcode body code |