Hi guys!
I have a WordPress multisite, and I am using a plugin (Broadcast) to send the same post from my main site to all of the sub-sites at the same time.
I want to replace a word within the post based on each sub-site.
For example:
If the main site post includes ‘london’,
replace ‘london’ with ‘sydney’ in my domain/sydney subsite.
Replace ‘London’ with ‘Auckland’ in my domain/auckland subsite.
…
How to implement this functionality?