$fimage = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full', false ); echo $fimage[0]; // the url
Get featured image clean URL
Leave a reply
$fimage = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full', false ); echo $fimage[0]; // the url