Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

没有下载权限
Lv.13
Bronze Member
Iron Member
已加入
2021/09/11
消息
9,722
回应得分
3,604
Credits
$13,996
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.

代码:
/**
 * 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...
 
顶部