Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

Keine Berechtigung zum Herunterladen
Kurzbeschreibung
BulkWP BulkDelete Autoloader for PSR-4, seamlessly integrates namespaces and follows WordPress coding standards. Easily configure class file paths with addNamespace method for efficient PHP autoloading in your projects.
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
594
Erweiterungstyp
zip
Dateigröße
371.4 KB
Erste Veröffentlichung
Letzte Aktualisierung
Bewertungen 5.00 Sterne 1 Bewertungen
Link defekt? Nachricht senden an das NP-Team – wir helfen dir schnell!
Unterstütze den Entwickler Wenn du mit dem Test zufrieden bist oder mit deinem Projekt erfolgreich Geld verdient hast, klicke auf den Button Mehr Informationen, um den Entwickler durch einen Kauf zu unterstützen.

Neueste Rezensionen

op bro

Weitere Ressourcen von hargrave

QuickCal - Terminbuchungkalender für WordPress H
QuickCal ist ein starkes und benutzerfreundliches Terminbuchungsbetriebsumfang für WordPress.
Internalschleiferpro H
Automatischer Inbound-Link-Plugin für WordPress
Clotya - Modegeschäft E-Commerce-Thema H
hilf dir, eine eigene Mode-Store, Kleidungsgeschäft, Babyschuhladen, Kleidergeschäft oder Sportkleidungsverkauf zu bauen.

Ähnliche Ressourcen

360° Panorámische Bildanzeiger - Anpassbarer WordPress-Plugin J
360° Flat Panoramic Viewer nimmt statische flache rektilinienpanoramafotografie und verwendet WordPress zu
Ansichten
604
Aktualisiert
3D Map Wordpress Plugin - 3D-Mapper T
The 3D map is much more than a simple picture on your website!
Ansichten
886
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
281
Aktualisiert
Oben