acf_update_setting('acfe/modules/single_meta', true);
. More information available in the readme.while(have_archive()): the_archive();
logic when the “Admin Archive Page” setting is turned on. This template tags can be used in the archive-post-type.php
template which makes get_field('my_field')
calls easieracfe/form/submit/success
is now correctly fired on form submissionwhile(have_settings()): the_setting(); get_sub_field('my_setting');
in the Layout Template.acf/fields/flexible_content/layout_title
.$is_preview
variable not being available in specific situations.acfcloneindex
during the preview mode-preview
filter('acfe/flexible/layouts/div/name=my_flexible', $div, $layout, $field)
to change layout div attributes (with 5 variations)filter('acfe/flexible/layouts/handle/name=my_flexible', $handle, $layout, $field)
to change layout handle attributes (with 5 variations)filter('acfe/flexible/layouts/icons/name=my_flexible', $icons, $layout, $field)
to change layout handle icons (with 5 variations)filter('acfe/flexible/secondary_actions/name=my_flexible', $secondary_actions, $field)
to change Flexible Content secondary actions (copy, paste…) (with 3 variations)z-index
problem in menu/items