Site logo

Archived topic

Deprecated function

3 replies · Started by Jim on December 31, 2020

Viewing posts 1–4 of 4

Just FYI:

I'm getting this frequently in a debug log:
[01-Jan-2021 01:29:20 UTC] PHP Deprecated: wp_make_content_images_responsive is <strong>deprecated</strong> since version 5.5.0! Use wp_filter_content_tags() instead. in . . . wp-includes/functions.php on line 4859

I don't know the ultimate cause, but I see the function is called in `elements.php:
. . . plugins/gp-premium/elements/elements.php:185: } elseif ( function_exists( 'wp_make_content_images_responsive' ) ) {
. . . plugins/gp-premium/elements/elements.php:186: $content = wp_make_content_images_responsive( $content );`

Hi there,

We're actually only loading that function on WP installs that aren't using 5.5 yet.

Is there stack trace? It may tell you more about where the issue is coming from.

Ahh, thanks. No stack trace. I did see that bbpress also has a call for that function, so that might be it. Happy New Year!

Happy New Year! :)

This archived topic is closed to new replies.