PHP Deprecated

Hi,

since I have updated Wordpress 5.5 I have 2 different PHP Deprecated notices in my Debug Log:

[19-Aug-2020 22:40:37 UTC] PHP Deprecated: wp_make_content_images_responsive ist seit Version 5.5.0 veraltet! Benutze stattdessen wp_filter_content_tags(). in /home/travelth/public_html/wp-includes/functions.php on line 4773

[19-Aug-2020 22:41:43 UTC] PHP Deprecated: wp_make_content_images_responsive is deprecated since version 5.5.0! Use wp_filter_content_tags() instead. in /home/travelth/public_html/wp-includes/functions.php on line 4773

Are they coming from X?
Or do they belong to a plugin?

Hi @michaelxxx,

Thanks for reaching out.

This could be a plugin or theme that causes the issue. I recommend you to do the following troubleshooting procedure.

  1. TESTING FOR THEME RELATED ISSUE
  2. TESTING FOR PLUGIN CONFLICT
  3. THEME UPDATE
  4. CHILD THEME
  5. CSS/JS CUSTOMIZATION
  6. VERSION COMPATIBILITY

If the problem goes away, enable them one by one to identify the source of your troubles.

Hope that helps and let us know how it goes.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.