問題タブ [wp-editor]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - WordPress wp_editor() にスタイルフォーマットを追加する方法
PHP を使用して wp_editor() テキストエリアに挿入されたすべての画像にスタイルを適用しようとしています。次のことを試しましたが、成功しませんでした:
これを行う正しい構文は何ですか?
次のドキュメントを使用して、このタスクを完了しようとしました。
https://developer.wordpress.org/reference/functions/wp_editor/
wordpress - フロントエンドwp_editorがビジュアルモードで保存されず、テキストモードでのみ機能する
woocommerce に wp_editor カスタム フィールドを追加しました。wp_editor がビジュアル エディター モードで値を保存しないことを除いて、すべて機能します。ただし、テキストモードでのみ値を保存できます。
また、テキスト モードを使用すると、すべての html コードがなくなります。
これを修正する方法について何か考えはありますか?
このコードは、 https://www.kathyisawesome.com/woocommerce-customize-checkout-fields/に基づいて編集します