wordpress_execute_shortcode
Process and execute WordPress shortcodes to render dynamic content elements within posts, pages, and widgets by providing the shortcode string.
Instructions
Process and execute a shortcode string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
Input Schema (JSON Schema)
{
"properties": {
"content": {
"type": "string"
}
},
"required": [
"content"
],
"type": "object"
}