問題タブ [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.
javascript - wp_editor: jQuery を使用してオンデマンドで wp_editor をロードする方法は?
jquery/javascript を使用してオンデマンドで wp_editor を読み込もうとしています。
どういうわけか次のコードを使用して成功しましたが、変更されたデータを要素に保存しません。
どんな貢献でも本当に感謝します。
php - ユーザーが作成したメタボックスに wp_editor を追加する
そこで、クライアントがボタンでメタボックスを追加できるようにするプラグインをセットアップしました。これにより、タイトル/見出しなどを追加して、より動的な新しいコンテンツを追加できます。これが現在のセットアップ方法です...
これは今のところ問題なく動作しますが、追加のwp_editor
メタボックスに を追加して、<textarea>
. どうすればこれを実現できますか?
みんなありがとう。J
html - WordPress wp_editor は html タグを削除します - どうすれば止められますか?
wp_editor がすべての HTML タグを削除するのはなぜですか?
これは私のコードです:
HTMLタグを削除しないようにするにはどうすればよいですか?
たとえば、次のように入力します。
それを取り除きます。
しかし、htmlタグなしでプレーンテキストを入力すると、
それはそれを保存します。
何か案は?
wordpress - image_send_to_editor フィルターを特定の wp_editor インスタンスに追加する方法
フィルターをメタボックスのカスタム wp_editor に追加したいと考えています。すべてのエディターに適用されないように、editor_id を取得する方法はありますか? ありがとう!
wordpress - WP logout when upload on front
My theme have a submit post page and I configure user capabilities for everyone to upload.
But no one can able to upload. And when i clicked "add media" button and select any file for upload, my current account is logging out automatically.
Where at, after user try upload, Visitors to the position falls. What do you think? Why logout?