Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

没有下载权限
摘要
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
 *             Qux/
 *                 Quux.php        # Foo\Bar\Qux\Quux
 *         tests/
 *             BazTest.php         # Foo\Bar\BazTest
 *             Qux/
 *                 QuuxTest.php    # Foo\Bar\Qux\QuuxTest
 *
 * ... add the path to the class files for the \Foo\Bar\ namespace prefix
 * as follows:
 *
 *      <?php
 *      // instantiate the loader
 *      $loader = new \BulkWP\BulkDelete\BulkDeleteAutoloader;
 *
 *      // register the autoloader
 *      $loader->register();
 *
 *      // register the base directories for the namespace prefix
 *      $loader->addNamespace('Foo\Bar', '/path/to/packages/foo-bar/src');
 *      $loader->addNamespace('Foo\Bar', '/path/to/packages/foo-bar/tests');
 *
 * The following line would cause the autoloader to attempt to load the
 * \Foo\Bar\Qux\Quux class from /path/to/packages/foo-bar/src/Qux/Quux.php:
 *
 *      <?php
 *      new \Foo\Bar\Qux\Quux;
 *
 * The following line would cause the autoloader to attempt to load the
 * \Foo\Bar\Qux\QuuxTest class from /path/to/packages/foo-bar/tests/Qux/QuuxTest.php:
 *
 *      <?php
 *      new \Foo\Bar\Qux\QuuxTest;
作者
hargrave
浏览
535
扩展类型
zip
文件大小
371.4 KB
首次发布
上次更新
评分 5.00 星 1 个评分
Link was Broken? Please 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

最新评论

op bro

来自 hargrave 的更多资源

WooCommerce 帮助 Scout H
使用WooCommerce Help Scout,连接您的WooCommerce驱动的在线商店到Help Scout邮箱
PublishPress Pro功能 H
PublishPress Pro功能 2.40.0 Nulled
PublishPress的功能被信任来管理权限
发布Press Authors专业版 H
PublishPress作者允许您为WordPress帖子添加多个作者和 guest 作者

相似的资源

360°全景图查看器 - 响应式WordPress插件 J
360° 平面全景 viewer 将静态平面直角全景摄影使用 WordPress 来
浏览
472
已更新
3D Map Wordpress Plugin - 3D-Mapper T
The 3D map is much more than a simple picture on your website!
浏览
757
已更新
Accordion Slider PRO - Responsive Image And Video WordPress Plugin T
A powerful and elegant multimedia accordion with support for images
浏览
111
已更新
顶部