› Forums › SNAP – WordPress Plugin Forums › Problem to configure Featured Image › Reply To: Problem to configure Featured Image
February 15, 2013 at 1:56 pm #8390
It should be
$imgURL = trim($options[‘featImgLocPrefix’]).trim(get_post_meta($postID, $options[‘featImgLoc’], true));
Will be fixed in the next release.