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 Media Uploader を使用して、スライダーのスライドをアップロードしています。削除ボタンを押すと、URLを保存する画像と入力フィールドが消去されます。問題は、メディア アップローダに戻ったときに画像がまだ利用可能であることです。
同じボタンを押したときに、メディア アップローダーからも画像を削除する方法はありますか? jQueryで実現できますか?
各画像の下にある [ギャラリー] タブをクリックすると、既に削除ボタンがありますが、リンク[POST]はpost.php.
[POST]
post.php
$("#DELETEBUTTON").click(function(){ window.location("post.php?action=delete&post=YOURATTACHMENTID&_wpnonce=YOURNONCEKEY"); });