validate_wpcodebox_snippet
Validate WordPress code snippets for WPCodebox by checking structure, language, scope, and priority to ensure compliance with WordPress standards.
Instructions
Validate a snippet structure against WPCodebox requirements
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Snippet title | |
| code | Yes | The code to validate | |
| language | Yes | Programming language | |
| scope | No | Where the code should run | |
| priority | No | Execution priority |