您发布的代码缺少结尾}
这里是该代码的一个固定和测试版本,因此如果您仍然收到错误,它们是来自其他地方
function addRssImage() {
echo "<image>
<title>My Title</title>
<url>" . get_bloginfo(\'template_directory\') . "/images/logo.png</url>
<link>" . get_bloginfo(\'url\') ."</link>
<width>300</width>
<height>60</height>
<description>MyDomain.com</description>
</image>";
}
add_action(\'rss2_head\', \'addRssImage\');