Support

Account

Home Forums General Issues Combining wp_kses with get_field Reply To: Combining wp_kses with get_field

  • To alter the formatted content that ACF returns you would us an acf/format_value filter for that field.

    wp_kses_post() will allow all tags that are allowed in post content. If you want to remove html tags then you would use wp_strip_all_tags() instead.