Hi All,
How do I get the full url of a plupload image when it is part of a group? I am using:
foreach ( $group_values as $group_value ) {
$image = isset( $group_value['rw_sectionImg'] ) ? $group_value['rw_sectionImg'] : '';
foreach ($image as $img ) {
echo $img;
}
But this is only returning a number - 575859.
What am I doing wrong, all my text and wysiwyg fields are displaying perfectly.
Many thanks in advanced.