Skip to content

Instantly share code, notes, and snippets.

View mclarenmervin's full-sized avatar
🎯
Focusing

Mervin mclarenmervin

🎯
Focusing
  • Bhubaneswar
  • 00:35 (UTC -12:00)
View GitHub Profile
@mclarenmervin
mclarenmervin / gist:300909d8b7266be2173eedc00ed977df
Created December 12, 2023 12:06
ACF image url by image id
<?php
// first, get the image ID returned by ACF
$image_id = get_field('image_field');
// and the image size you want to return
$image_size = 'thumbnail';
// use wp_get_attachment_image_src to return an array containing the image