Why Bother With Autoloading in WordPress, Part 1

One of the easiest things that we can do when working on WordPress plugins is to drop require_once or include_once statements throughout our code. And why not? It’s an easy way to bring in all of the necessary files or dependencies for a given class …

Read full article