This release makes it possible to register field groups by putting the filter code in the theme.
Previously this did not work because filters in themes were too late as the apply_filters hook already ran on plugins_loaded
.
From now we use the acf/init
hook too make sure ACF is loaded and ready to receive field group registrations.
Documentation: