wp_cpt_delete
Delete custom post type items by ID. Moves to trash by default; use force flag and confirmation for permanent deletion.
Instructions
Delete an item of any CPT. Default to trash. force=true with confirm="DELETE_PERMANENTLY_" for hard delete (requires MODE=full).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| force | No | ||
| confirm | No | ||
| post_type | Yes |