Is the conflict due to the theme manually inserting the jQuery UI libraries into the rendered HTML rather than enqueuing them?
If so, I’m hesitant to add this kind of functionality in as it is specifically for enabling bad coding practices. My plugin will use whatever jQuery UI is currently registered within that installation.
Thread Starter
Stebok
(@stebok)
No, it is enqueuing them (as it should be!). The conflict could also be different versions, I noticed you’re using jQuery UI 1.9.2 and Google hosts 1.10.x versions.
It’s not really a big deal, it’s just something I noticed with certain themes.
That’s correct but it will only enqueue the specific 1.9.2 version if the WP core jQuery UI is missing or unreqistered.