Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

Regístrese o inicie sesión para descarga gratuita
Código:
/**
 * 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;
Autor
hargrave
Vistas
619
Tipo de extensión
zip
Tamaño de archivo
371,4 KB
Primer lanzamiento
Última actualización
Valoraciones 5,00 estrella(s) 1 valoraciones
Más recursos de hargrave
Tour Virtual Sencillo
Nulleado Tour Virtual Sencillo
El Simple Virtual Tour ha sido desarrollado completamente en php, html y jquery.
Wanzor - Pet WordPress Tema
Wanzor - Pet WordPress Tema
Wanzor es un tema de WordPress y WooCommerce hermoso para hoteles y resorts de mascotas etc
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

Últimas valoraciones

  • Anónimo
  • 5,00 estrella(s)
  • Versión: v6.0.2
op bro

Recursos similares

3D Map Wordpress Plugin - 3D-Mapper T
The 3D map is much more than a simple picture on your website!
Vista 360º Viewer de Imágenes panorámicas - Plugin WordPress Responsivo J
360° Flat Panoramic Viewer to reproducir fotografías panorámicas planas rectilinares estáticas y utiliza WordPress para
Accordión Slider PRO - Plugin de Imagenes y Vídeos Responsivo para WordPress T
Un accordeón multimedial poderoso y elegante con soporte para imágenes
Atrás
Superior