Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

Register or Log in for Free Download
Lv.14
Bronze Member
Iron Member
Joined
Sep 11, 2021
Messages
10,670
Reaction score
3,672
Credits
$16,783
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...
 
Back
Top