bricks_clone_page
Clone a Bricks page's content to a new page, automatically regenerating element IDs to prevent conflicts.
Instructions
Clone a page's Bricks content to a new page. All element IDs are regenerated to avoid conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site key for multi-site support. Available: main. Defaults to "main". | |
| source_post_id | Yes | Source page/post ID to clone from | |
| new_title | Yes | Title for the new cloned page | |
| post_type | No | Post type slug. Use "pages" for pages, "posts" for posts, or any registered CPT slug (e.g., "product", "portfolio"). Defaults to "pages". |