Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

No permission to download
Joined
Sep 11, 2021
Messages
6,560
Reaction score
3,254
Credits
$5,473
thanks to dear member @hargrave submitted a new resource:

Bulk Delete WordPress Plugin - Autoloader for Bulk Delete, based on the PSR-4 general purpose implementation.

Code:
/**
 * 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...

Read more about this resource...
 
Top