Clash with WebDev Custom Meta Boxes (wp_enqueue_media)
-
Hi
When visualizer is used with another plugin that fires the wp_enqueue_media() function before visualizer does, then the ‘Add New’ button breaks.
WedDev’s CMB fires admin_enqueue_scripts on priority 8 (before visualizer’s default ’10’). Changing this to 7 in classes/Visualizer/Module/Admin.php fixes it for visualizer.
Not 100% sure of the implications. For the current project, am only using basic text meta.
The topic ‘Clash with WebDev Custom Meta Boxes (wp_enqueue_media)’ is closed to new replies.