wp cli remove div and span from content in all multisites
wp site list --field=url | xargs -n1 -I % wp --url=% search-replace '(<span.*?>|<\/span>|<div.*?>|<\/div>)' '' 'wpuk_*_posts' --include-columns=post_content --regex --regex-flags='i' --dry-run