jQuery(document).ready(function (c) { var a = true; var b = wp.media.editor.send.attachment; c("input.upload_button").click(function (h) { var g = c(this).prev("input").attr("id"); var d = wp.media.editor.send.attachment; var f = c(this); a = true; wp.media.editor.send.attachment = function (e, i) { if (a) { c("#" + g).val(i.url) } else { return b.apply(this, [e, i]) } }; wp.media.editor.open(f); return false }); jQuery(".add_media").on("click", function () { a = false }) });