wp_enqueue_media not working when enable Optimize js code
-
I had a bad experience recently with this plugin where wp_enqueue_media() is not working from frontend having ‘Optimize js code’ is enabled.
I used below code to enqueue my wp_enqueue_media:function add_my_scripts() { wp_enqueue_media(); } add_action('wp_enqueue_scripts', 'add_my_scripts');
Do you have a proper solution for this ?
Thanks & Regards,
M
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_enqueue_media not working when enable Optimize js code’ is closed to new replies.