fleet_find_replace
Performs a global find and replace on all Elementor pages across selected or all sites. Supports dry-run mode and returns per-site and grand-total summaries.
Instructions
Find/replace plain text across every Elementor page of every site in the pool. Same flow as bulk_find_replace_site but iterates across sites. Returns per-site + grand-total summary. Dry-run first; second call applies. Use sparingly — this is the nuclear option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | Yes | ||
| replace | Yes | ||
| site_ids | No | Subset of sites to hit. Defaults to all. | |
| widget_type | No | ||
| case_sensitive | No | ||
| confirmation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| sites_scanned | Yes | ||
| total_match_count | Yes | ||
| by_site | Yes | ||
| confirmation_token | No | ||
| expires_in_seconds | No |