Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Why is my wordpress site addng backbone.js?

I am working on my wordpress website. I was looking at the JS files associated with the site and noticed that underscore.js and backbone.js were being loaded but its not something I'm doing in my functions.php. Is it possible that one of my plugins is dependent on backbone and adds it as a dependency?

1 Answer

Hi Tyler,

The WordPress core uses Backbone and Underscore, so WordPress loads them automatically.