What is the problem if I use CDN in my WordPress parent theme(built using bootstrap)?

Your theme should not depends on any external link library. There is no guarantee when that library can be taken down. That’s the reason all of your theme assets should be package with theme, to prevent the future risk.

Leave a Comment