• Hi
    I am using this function to get image url
    $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post_id ), ‘full’ );
    I would get a cropped image and forced to use ‘full’ i would like to use medium but not cropped medium. Which function can I use?

The topic ‘Function to get featured image id.’ is closed to new replies.