get_flexible()
& the_flexible()
functions logic/wp-content/
directory{template}-preview.php
file instead of template.php
, if it is found within the same path{style}-preview.css
file in addition of style.css
, if it is found within the same path{script}-preview.js
file instead of script.js
, if it is found within the same pathfilter('acfe/flexible/prepend/template/name=my_flexible', $path, $flexible, $layout)
and its variations to alter the field’s setting prepend (display only)filter('acfe/flexible/prepend/style/name=my_flexible', $path, $flexible, $layout)
and its variations to alter the field’s setting prepend (display only)filter('acfe/flexible/prepend/script/name=my_flexible', $path, $flexible, $layout)
and its variations to alter the field’s setting prepend (display only)acfe/flexible/layout/thumbnail/layout=my_layout
hooks and its variations. Use acfe/flexible/thumbnail/layout=my_layout
insteadacfe/flexible/layout/render/template/layout=my_layout
hooks and its variations. Use acfe/flexible/render/template/layout=my_layout
insteadacfe/flexible/layout/render/before_template/layout=my_layout
hooks and its variations. Use acfe/flexible/render/before_template/layout=my_layout
insteadacfe/flexible/layout/render/after_template/layout=my_layout
hooks and its variations. Use acfe/flexible/render/after_template/layout=my_layout
insteadacfe/flexible/layout/render/style/layout=my_layout
hooks and its variations. Use acfe/flexible/render/style/layout=my_layout
insteadacfe/flexible/layout/render/script/layout=my_layout
hooks and its variations. Use acfe/flexible/render/script/layout=my_layout
insteadacfe/flexible/layout/enqueue/layout=my_layout
hooks and its variations. Use acfe/flexible/enqueue/layout=my_layout
insteadacfe/flexible/preview
hooks and its variationsfilter('acfe/block_type/prepend/template/name=my-block-type', $path, $name)
and its variations to alter the field’s setting prepend (display only)filter('acfe/block_type/prepend/style/name=my-block-type', $path, $name)
and its variations to alter the field’s setting prepend (display only)filter('acfe/block_type/prepend/script/name=my-block-type', $path, $name)
and its variations to alter the field’s setting prepend (display only)have_archive()
now allows to pass the post type name. Usage example: while(have_archive('my-post-type')): the_archive()
acfe_update_setting()
, acfe_get_setting()
functions and filer('acfe/settings/{name}')
hookACFE_THEME_PATH
& ACFE_THEME_URL
constantsacfe/theme_path
, acfe/theme_url
& acfe/theme_folder
settingsacfe/php_save
, acfe/php_load
& acfe/theme_folder
settings are now generated based on the new acfe/theme_path
& acfe/theme_url
settingsacfe/theme_folder
setting is now used to preprend Flexible Content & Block Types render fields settings (Display only)