Support

Account

Home Forums Front-end Issues ACF image is showing h and it's not showing in front end. Reply To: ACF image is showing h and it's not showing in front end.

  • what is being returned

    
    $image = get_field('cat_thumbnail_image', 'category_'. $category->term_id .'');
    // dump returned value
    var_dump($image);