Support

Account

Home Forums ACF PRO Illegal string offset Reply To: Illegal string offset

  • I’ve tried installing the free version of this plugin on a test site that I use for testing WooCommerce and ACF. I’m not seeing an issue. This is probably something specific to the premium version.

    So what you really need to see is what is being returned? and why?

    You can try

    
    $image = get_field('logo', 'option');
    print_r($image);