format_for_wpcodebox
Format code snippets into WPCodebox structure for WordPress development. Converts PHP, JavaScript, or CSS code with title, description, and tags into organized snippets.
Instructions
Format any generated code for WPCodebox snippet structure
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Snippet title | |
| code | Yes | Code to format | |
| language | Yes | Programming language | |
| description | No | Snippet description | |
| tags | No | Tags for organization |