wp_blocks_create
Create a new reusable Gutenberg block on WordPress by providing title and block markup, with optional slug and status settings. Defaults to publish for immediate use.
Instructions
Create a new reusable block. Content should be Gutenberg block markup (e.g., text). Status defaults to publish (reusable blocks are typically immediately available for embedding).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | Yes | ||
| status | No | publish | |
| content | Yes |