Support

Account

Home Forums Add-ons Gallery Field get_field( ) Gallery Performance Reply To: get_field( ) Gallery Performance

  • Hi @Jason Prescher

    It is possible to load the DB value WITHOUT any formatting like so:

    
    $ids = get_field('image_gallery');
    

    You can then loop over these ID’s and do as you wish.

    Thanks
    E