Sitesao Support
  • Home
  • Themes
  • Plugins
  • Support

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 9 months ago lmnetco
    Participant
    Post count: 1

    I got it with this:

    function dhvc_woo_product_page_acf_field_custom($value, $field){
      if(!empty($value))
        return '<img src="'.$value.'" />';
      return $value;
    }
    add_filter('dhvc_woo_product_page_acf_field', 'dhvc_woo_product_page_acf_field_custom',10,2);

    and changing in ACF to image_url instead of image_object in field.


    in reply to: ACF image field not working
Viewing 1 post (of 1 total)
© Copyright Sitesao.com - Support Policy