9 lines
254 B
PHP
9 lines
254 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace DeliciousBrains\WP_Offload_Media\Aws3;
|
||
|
|
|
||
|
|
// Don't redefine the functions if included multiple times.
|
||
|
|
if (!\function_exists('DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\describe_type')) {
|
||
|
|
require __DIR__ . '/functions.php';
|
||
|
|
}
|