È sufficiente che sfrutti le parole chiave "first" e "next"

Codice PHP:
<?php

$firstWedNextMonth 
date ('d-m-Y'strtotime('first wednesday of next month'));

echo 
"Primo mercoledì del prossimo mese: ".$firstWedNextMonth;