Hi,
I'm getting a few errors thrown up while in debiug mode (latest version of wp and plugin... seems to actually function okay - but causing errors
Array to string conversion in plugins/get-the-image/get-the-image.php on line 417
undefined index: src in/plugins/get-the-image/get-the-image.php on line 181
Does the plugin need updating?
heres my embed code:
<?php $image = get_the_image(array('echo' => false, 'size' => array(500, 500), 'format' => 'array')); ?>
Thanks,