Skip to content

Instantly share code, notes, and snippets.

View edubacco's full-sized avatar

Eduardo Silvi edubacco

View GitHub Profile
<?php
use GuzzleHttp\Client;
if (file_exists('vendor/autoload.php')) {
include 'vendor/autoload.php';
}
$client = new Client();
$res = $client->get('https://s3-ats-migration-test.s3.eu-west-3.amazonaws.com/test.jpg');
<?php
/*
* This file is just an example for a woocommerce issue
*/
add_action( 'plugins_loaded', 'maybe_custom_upload_dir' );
/**
* under some circumstances, we need to move the upload dir