Actions
Feature proposal #7655
closedMove code to namespace library
Description
Currently all the code is sitting in the main PHP file. For plugin loading behavior to be the most optimal the only thing that should be in the main PHP file is event hooks. The code it self should be in namespaced libraries that load on demand.
Actions