• I am seeing the following warning in my debug logs:

    PHP Deprecated: wp_make_content_images_responsive is deprecated since version 5.5.0! Use wp_filter_content_tags() instead. in /home/xxxxxxxxx/public_html/wp-includes/functions.php on line 4773

    It seems to be caused by line 147 of wp-gdpr-compliance.php:
    add_filter(‘wpgdprc_the_content’, ‘wp_make_content_images_responsive’);

    Can this be fixed?

The topic ‘PHP warnings – WordPress 5.5.0’ is closed to new replies.