You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get the custom image path to work. The default image path works fine.
My ACF layout is named main_content_row and my image is named main-content-row.jpg (the default path works, so it's not an issue with field/image naming)
The image lives at THEME/assets/images/acf-flexible-content-extended
I can't get the custom image path to work. The default image path works fine.
main_content_row
and my image is namedmain-content-row.jpg
(the default path works, so it's not an issue with field/image naming)THEME/assets/images/acf-flexible-content-extended
add_filter( 'acf-flexible-content-extended.images_path', 'assets/images/acf-flexible-content-extended' );
Version information
The text was updated successfully, but these errors were encountered: