function my_acf_add_local_field_groups() { remove_filter('acf_the_content', 'wpautop' ); } add_action('acf/init', 'my_acf_add_local_field_groups');