wp_elementor_add_repeater_item
Append a new item to an Elementor repeater widget by supplying fields that match the widget schema. Use it to add carousel slides, testimonials, or photos to a specific page element.
Instructions
Append a new item to an Elementor repeater widget (add a carousel slide, testimonial, photo). Provide item fields matching the widget schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | Item fields — for image-carousel: {image: {id: 42, url: '...'}, caption: 'text', link: {url: ''}}; for jet-testimonials: {item_name: 'Name', item_title: 'Title', item_content: 'Text', item_image: {id: 42}} | |
| page_id | Yes | Page or template ID | |
| element_id | Yes | Element ID from wp_elementor_list_elements |