Auto loading classes and Namespacing inside a Local plugin

Re: Auto loading classes and Namespacing inside a Local plugin

by Michael Aherne -
Number of replies: 0
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Autoloaded classes only appear in get_declared_classes() once they've been loaded, but that will only happen when you reference them in code. Are you doing that before calling get_declared_classes()?