ericandrewlewis/wp-media-javascript-guide

大神请教一个问题

shiguangxiaotou3 opened this issue · 1 comments

大神请教一个问题,关于wp 媒体的问题


我在自己写的mvc插件框架上传媒体库时 wp.media is not a function

这是商城子模块源码,在子模块所有控制器上执行,之前加载js文件

这是控制器源码

这是视图源码

报错页面


Hi @shiguangxiaotou3,

Do you see a <script> tag for any of the media JS files in the HTML? I wonder when your bootstrap() method is invoked. If it is after admin_enqueue_scripts hook has fired, then the callback registerMedia() will not be called.

I don't typically provide general WordPress support, you may want to ask a question on a forum like WordPress Development Stack Exchange or the Official WordPress forum