在WordPress中,get_template_directory_uri()函数用于获取当前主题的目录URI。如果你想在该函数中更新图像,可以按照以下步骤进行操作:
$theme_uri = get_template_directory_uri();
$image_url = $theme_uri . '/images/my-image.jpg';
这样,你就可以在get_template_directory_uri()函数中更新图像了。
关于get_template_directory_uri()函数的更多信息,你可以参考腾讯云的WordPress主机产品文档:get_template_directory_uri()函数介绍。
请注意,以上答案仅供参考,具体实现方式可能因你的具体需求和代码结构而有所不同。
领取专属 10元无门槛券
手把手带您无忧上云