【发布时间】:2016-04-01 10:25:28
【问题描述】:
我正在使用一个自定义主题,当我访问 http://ec2-54-255-182-157.ap-southeast-1.compute.amazonaws.com/shop/ 时,它给出的错误是
upload-media.js?ver=1:3 Uncaught TypeError: Cannot read property 'editor' of undefined
它发生在代码_orig_send_attachment = wp.media.editor.send.attachment;
一些谷歌搜索(比如这里https://codestag.com/how-to-use-wordpress-3-5-media-uploader-in-theme-options/ ) 建议“上面的代码 sn-p 仅适用于后期编辑页面,要使其在其他地方工作,您需要在您的主题中使用 wp_enqueue_media();。感谢 daviedR 对此进行了纠正。”
知道如何在此页面上调用 wp_enqueue_media() 吗?
【问题讨论】:
标签: wordpress wordpress-theming