There are many code/plugin to Replace Word in Post, like these
PHP Code:
$word = array(
'word 1',
'word 2',
);
$link = array(
'xxxx',
'yyyy',
);
$this->post['message'] = str_replace($word, $link, $this->post['message']);
https://vborg.vbsupport.ru/showthread.php?t=235725
https://vborg.vbsupport.ru/showthread.php?t=235769
https://vborg.vbsupport.ru/showthread.php?t=219968
but there is no one to Replace the Word in Title,
some people have asked too before, but not answered yet
anyone can share how to do that? maybe make above code to replace in title too