Support

Account

Home Forums Front-end Issues Text strings displayed instead of shortcode Reply To: Text strings displayed instead of shortcode

  • Since you are using a checkbox field then the filter

    
    add_filter('acf/format_value/type=textarea', 'do_shortcode');
    

    is wrong and you would need to run the filter on each array value of the checkbox.