/**
* Autoloader for Bulk Delete, based on the PSR-4 general purpose implementation.
*
* @see http://www.php-fig.org/psr/psr-4/
*
* This differs from WordPress coding standard in the following ways.
*
* - Class name and directory names use Snake case.
* - Use of namespaces.
*
* Given a foo-bar package of classes in the file system at the following
* paths ...
*
* /path/to/packages/foo-bar/
* src/
* Baz.php # Foo\Bar\Baz...