get_the_ID(), 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order' ) ); $extracted = fruit_shake_get_first_image( $content ); if ( $attachments and is_array( $attachments ) ) : $first_attachment = array_shift( $attachments ); $image = wp_get_attachment_url( $first_attachment->ID ); $image_title = $first_attachment->post_title; elseif ( ! empty( $extracted ) && is_array( $extracted ) ) : $image = $extracted['src']; $image_title = ''; endif; ?>
> <?php echo esc_attr( strip_tags( $image_title ) ); ?>

→', 'fruit-shake' ) ); ?>