WORDPRESS提示Warning: preg_replace(): The /e modifier is no longer supported,哪位大神帮帮忙?

安装主题时,出现上述代码错误,源代码如下:
<?php function embed_images($content) {
$content = preg_replace('/[img=?]*(.*?)([\/img)?]/e', '"\"""', $content);
return $content;

请哪位大神帮忙修改下?谢谢了

https://www.571free.com/mfjz/jiaocheng/WordPress/9344.html