Open joshkemmer opened 1 year ago
That's because the filter needs a callback function to work. Here's the fix
add_filter( 'acf-flexible-content-extended.images_path', function() { return 'assets/images/acf-flexible-content-extended'; });
Now it should check in the right folder
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