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 でのテキスト置換に関してはあまり出てきません。何か案は?
htmspecialcharsに相当する Wordpress の新しいesc_htmlを見てください。