Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Wordpress 中的 functions.php 中添加字符串或函数,以便如果帖子中有 ",它会将其转换为"- 用于引用的 html 实体代码。
"
我发现如果我正在写一篇包含一些我想要复制的代码的帖子,当我只需要标准引号时,WordPress 插入的默认引号是打开和关闭的。我试图在网上研究这个问题,但关于用 WordPress 替换文本的问题并不多。有任何想法吗?
看一下esc_html,Wordpress 的新版本,相当于 htmspecialchars。