WP Search & Replace
```Dry run
wp search-replace 'old_domain.com' 'new_domain.com' --all-tables --dry-run
Live run
wp search-replace 'old_domain.com' 'new_domain.com' --all-tables && wp cache flush && wp litespeed-purge all```
wp search-replace 'old_domain.com' 'new_domain.com' --all-tables --dry-run
wp search-replace 'old_domain.com' 'new_domain.com' --all-tables && wp cache flush && wp litespeed-purge all```