Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

免费下载需要注册或登录
代码:
/**
 * 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
浏览
620
扩展类型
zip
文件大小
371.4 KB
首次发布
上次更新
评分 5.00 星 1 个评分
来自 hargrave 的更多资源
简单虚拟游览
已破解 简单虚拟游览
简单虚拟 tour 已完全开发于 php、html 和 jquery。
Wanzor - Pet WordPress 主题
Wanzor - Pet WordPress 主题
万佐是一个适用于宠物酒店及度假村的美丽WordPress和WooCommerce主题
Calendarista Premium - WP Reservation Booking & Appointment Booking Plugin & Schedule Booking System
Calendarista Premium - WP Reservation Booking & Appointment Booking Plugin & Schedule Booking System
Calendarista is software designed to provide a faster and more efficient online booking experience t

最新评论

op bro

相似的资源

3D Map Wordpress Plugin - 3D-Mapper T
The 3D map is much more than a simple picture on your website!
浏览
932
已更新
360°全景图像查看器 - 适应性WordPress插件 J
360°全景 viewer 将静态平面直角全景摄影用于 WordPress 上
浏览
646
已更新
accordion滑块PRO - 响应式图片和视频WordPress插件 T
一个强大而优雅的多媒体accordion,支持图像
浏览
370
已更新
返回
顶部