Support

Account

Home Forums ACF PRO ACF file query returning null or a number Reply To: ACF file query returning null or a number

  • I had the same problem. I used var_dump to see what ACF was returning and it was just a numerical string. So then I used a WordPress function wp_get_attachment_url($my_variable) and that returned the correct URL.