wp enqueue script - Select2 in WordPress

admin2025-06-06  6

I have seen some best practices in WordPress about enqueueing scripts in WordPress. The scripts that are already in WordPress core should not be added again, but call that from WordPress core. I want to know whether select2 is in WordPress core. I have found only one article saying so here

I have seen some best practices in WordPress about enqueueing scripts in WordPress. The scripts that are already in WordPress core should not be added again, but call that from WordPress core. I want to know whether select2 is in WordPress core. I have found only one article saying so here

Share Improve this question edited Nov 5, 2018 at 9:00 Krzysiek Dróżdż 25.6k9 gold badges53 silver badges74 bronze badges asked Nov 5, 2018 at 7:46 ShadowShadow 571 silver badge7 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

It's not. They may have been planning it for 4.1 or 4.2, as suggested in your link, but for whatever reason it never happened.

You can see a list of core-registered scripts that you include here.

Another thing to keep in mind is that many (arguably too many) plugins enqueue their own version of the script, so be aware of potential conflicts.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749205045a317242.html

最新回复(0)