Support

Account

Home Forums ACF PRO acf/save_post + post_meta array + shortcodes Reply To: acf/save_post + post_meta array + shortcodes

  • You’re running htmlentities on the value of the WYSIWYG field

    
    $my_repeater_arr['my_repeater_wysiwyg'] = htmlentities(get_sub_field('my_repeater_wysiwyg',$post_id));
    

    This is going to convert the quotes and <> brackets in the value you store.