Uncaught ReferenceError: bwg_main_ready is not defined
-
After upgrading to wordpress 5.0.1 gallery stopped working. I’m getting this error
`
(index):219 Uncaught ReferenceError: bwg_main_ready is not defined
at HTMLDocument.<anonymous> ((index):219)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
`when
bwg_main_readyis calledbwt_fronend.jsis not yet loaded. I’ve removed$in_footerfrom
wp_register_script($this->prefix . '_frontend', BWG()->front_url . '/js/bwg_frontend.js', $required_scripts, $version);which seems to fix the issue.
The topic ‘Uncaught ReferenceError: bwg_main_ready is not defined’ is closed to new replies.