Image full Url - cp_get_image_url_feat
Hi, anyone know how to extract the image full url from cp_get_image_url_feat. Have tried this :
<?php cp_get_image_url_feat($post->ID); ?> but it returns as <img class="" src="http://domain.com/files/2012/01/497316-105x150.jpg" width="105" height="150" alt="" title="" />
What i wanted is to just get the image url :
http://domain.com/files/2012/01/497316-105x150.jpg
Anyone got this solutions? Thanks in advance!