• Resolved gl03

    (@gl03)


    /front/Front.php (line 16) causes a deprecation warning on wp_make_content_images_responsive since WP 5.5.

    ACF pro solves it like this:

    $wp_filter_content_tags = function_exists(‘wp_filter_content_tags’) ? ‘wp_filter_content_tags’ : ‘wp_make_content_images_responsive’;

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘deprecated in 5.5: wp_make_content_images_responsive’ is closed to new replies.