I upgraded to Wp 5.5.0 and now i see there is a depricated function in ACF PRO
plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php
#87
if( function_exists(‘wp_make_content_images_responsive’) ) {
add_filter( ‘acf_the_content’, ‘wp_make_content_images_responsive’ );
}
I now get the notification
Deprecated: wp_make_content_images_responsive is verouderd sinds versie 5.5.0. Gebruik in plaats daarvan wp_filter_content_tags().
when is there a fix?
Hi all,
This issue has been fixed in ACF version 5.9.
Please update when next possible and enjoy the extra features too!