Gallery images
During sync the plugin can download each unit’s gallery from your provider into the WordPress Media Library, then store attachment IDs on the unit.
Filename pattern
Under Booking Engine → Sync:
- Filename prefix — Optional text before the unit name slug.
- Filename suffix (before index) — Optional text between the slug and the numeric index.
Pattern:
prefix + unit-slug + suffix + -NN + extension
Example (illustrative): villa-rosa-main-01.jpg
Featured image
When the provider marks a main image, it becomes the WordPress featured image. Otherwise the plugin typically uses the first image in gallery order.
Rename existing files
Buttons help when you change prefix/suffix after images already imported:
- Booking Engine → Sync → Rename all unit gallery files
- Units → Row action → Rename gallery files (one unit)
Images shared across multiple units may be copied so other units keep working—large sites should run this during quiet periods.
Stability and duplicates
The connector tracks stable image keys per unit so reordering remote photos does not always re-download everything. Dedupe is scoped per unit, not globally by URL—two units may legitimately store two files from the same remote URL.
Downloads run in parallel batches for speed (technical default documented for developers).