wordpress_shortcode_exists
Check if a WordPress shortcode is registered before using it to prevent errors and ensure compatibility with your theme or plugins.
Instructions
Check if a shortcode is registered
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tag": {
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
}