Bulk Delete WordPress Plugin

Bulk Delete WordPress Plugin v6.0.2

Keine Berechtigung zum Herunterladen
Kurzbeschreibung
Autoloader for Bulk Delete, based on the PSR-4 general purpose implementation.
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
535
Erweiterungstyp
zip
Dateigröße
371.4 KB
Erste Veröffentlichung
Letzte Aktualisierung
Bewertungen 5.00 Sterne 1 Bewertungen
Link was Broken? Please 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

WooCommerce Hilfe Scout H
Mit WooCommerce Help Scout verbinden Sie Ihre online-Verkaufsstore, der von WooCommerce getrieben wird, zu einer Help Scout-Mailbox
PublishPress-Fähigkeiten Pro H
PublishPress-Funktionen vertrauen Sie auf die Berechtigungen zu verwalten
PublishPress Autoren Pro H
PublishPress Autoren Pro 4.13.0 Nulled
PublishPress Autoren ermöglicht es Ihnen, mehrere Autoren und Gastautoren zu WordPress-Posts hinzuzufügen.

Ähnliche Ressourcen

360° Panoramasansichtsbetrachter - Anpassbarer WordPress-Plugin J
360° Flachpanorama-Ansicht verwendet statische flache Rechteckpanorama-Fotografie und verwendet WordPress zu
Ansichten
472
Aktualisiert
3D Map Wordpress Plugin - 3D-Mapper T
The 3D map is much more than a simple picture on your website!
Ansichten
757
Aktualisiert
Accordion Slider PRO - Responsive Image And Video WordPress Plugin T
A powerful and elegant multimedia accordion with support for images
Ansichten
109
Aktualisiert
Oben