Skip to content

Instantly share code, notes, and snippets.

@nicolasflorth
nicolasflorth / autoload.php
Created November 18, 2022 14:54 — forked from darylldoyle/autoload.php
PSR-4 Autoload Wordpress
<?php
/**
* An example of a general-purpose implementation that includes the optional
* functionality of allowing multiple base directories for a single namespace
* prefix.
*
* Given a foo-bar package of classes in the file system at the following
* paths ...
*