Get URL for today's Wikimedia Commons picture of the day.
Utilises great Wikimedia Commons' Redirect/file tool.
Usage:
require_once( 'wikimedia_commons_potd.class.php' );
$wikimediaCommonsPotd = new WikimediaCommonsPotd();
echo $wikimediaCommonsPotd->get( 1024 );
// → https://commons.wikimedia.org/wiki/Special:FilePath/Wien_Zentralfriedhof_Kirche_Innenraum_SO-Seite_01.jpg?width=1024
I'm using this class (with little modifications) for Wikimedia Commons Picture of The Day for WP Login -plugin (yep, that's a mouthful!).
MIT