$attachment_id = get_field('featured_image');
$size = "blog-post"; // (thumbnail, medium, large, full or custom size)
$image = wp_get_attachment_image_src( $attachment_id, $size );
// echo $image[0]
?>
Dec 9, 2019
How We Use Messenger Chatbots with Manychat
Manychat is a chatbot platform that allows you to easily create automated chat interactions that can be used to answer questions, build leads, even sell products or services....
Read More