acfe_form_is_front()
& acfe_form_is_admin()
helpers now also check native ACF Form screenacf.doAction('acfe/fields/flexible_content/preview', response, flexible.$el, $layout, ajaxData)
& moved it after preview HTML parseacf.doAction('acfe/fields/flexible_content/preview/name=my_flexible&layout=my_layout', response, flexible.$el, $layout, ajaxData)
acf_register_field_type()
. This will allow developers to use acf_get_field_type('acfe_field')
filter('acfe/bidirectional/force_update/name=my_field', true, $field, $post_id)
(available with /type & /key) (Feature request: @anjanphukan)filter('acfe/field_groups_third_party/source', $source, $post_id, $field_group)
filter('acfe/field_wrapper_attributes/type=$field_type', $wrapper, $field)
(also with /name & /key variations)