Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

Registrieren Sie sich oder melden Sie sich an für kostenlosen Download
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
 *             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
Ansichten
619
Erweiterungstyp
zip
Dateigröße
371.4 KB
Erste Veröffentlichung
Letzte Aktualisierung
Bewertungen 5.00 Sterne 1 Bewertungen
Weitere Ressourcen von hargrave
Einfacher Virtueller Tour
Nullifiziert Einfacher Virtueller Tour
Simple Virtual Tour wurde ganz auf PHP, HTML und jQuery entwickelt.
Wanzor - Pet WordPress Theme
Wanzor - Pet WordPress Theme
Wanzor ist ein schönes WordPress & WooCommerce-Thema für Pet-Hotels & Resort 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

Neueste Rezensionen

op bro

Ähnliche Ressourcen

360° Panorámische Bildanzeiger - Anpassbarer WordPress-Plugin J
360° Flat Panoramic Viewer nimmt statische flache rektilinienpanoramafotografie und verwendet WordPress zu
Ansichten
646
Aktualisiert
3D Map Wordpress Plugin - 3D-Mapper T
The 3D map is much more than a simple picture on your website!
Ansichten
932
Aktualisiert
Accordion-Slider PRO - Responsive Bild und Videowiedernutzerfreigabe für WordPress T
Ein mächtiger und eleganter Multimedia-Kopfzeuge mit Unterstützung für Bilder
Ansichten
370
Aktualisiert
Zurück
Oben