control the enqueued javascript files
-
Hi Marcus,
any updates about this
how we can control the en-queued javascript files
for example if i am using only the events calender i dont think i need 13 Javascript files
i only need the main events-manager.js file
which is not possible unless i edit the main plugin
wp_enqueue_script('events-manager', plugins_url('includes/js/events-manager.js',__FILE__), array_values($script_deps));to
wp_enqueue_script('events-manager', plugins_url('includes/js/events-manager.js',__FILE__), array_values($script_deps));i try to dequeue the extra files in function.php
but that didnt work because dequeueing any one will remove all jquery-ui file including events-manager.js
and then its not possible to enqueue anyone again
any help is so appreciated
Many Thanks,
The topic ‘control the enqueued javascript files’ is closed to new replies.