wp-73k/vendor/a7/autoload/package.php
2019-10-24 21:06:18 -06:00

10 lines
167 B
PHP

<?php
/**
* Do not re-define this function if it already exists
*/
if ( function_exists( 'A7\autoload' ) ) {
return;
}
require_once __DIR__ . '/src/autoload.php';