Apr 16 2017
Neither namespaces nor autoloading are topics that you absolutely need to use to create plugins. They can, however, provide a better way to organize and structure your code as well as cut down on the number of require
, require_once
, include
, or include_once
statements that your plugins use.