Support

Account

Home Forums General Issues Deprecated: wp_make_content_images_responsive

Solved

Deprecated: wp_make_content_images_responsive

  • I get an error that wp_make_content_images_responsive is depreacted in the newest WP Version. If i go to advanced-custom-fields-pro/includes/fields to line 87 and remove the following lines, it seems to work:

    ` // Added in 4.4
    if( function_exists(‘wp_make_content_images_responsive’) ) {
    add_filter( ‘acf_the_content’, ‘wp_make_content_images_responsive’ );
    }

    What else can i do as to disable display errors in wp-conifg?

  • Ok. I it seems the plugin was not updated right. I updated again to latest version and it works.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.