issue with wordpress 5.5
-
I found a possible issue with the plugin while testing for wordpress 5.5
/home/worksite/public_html/wp-content/plugins/finale-woocommerce-sales-countdown-timer-discount/includes/wcct-appearance.php: 40 add_filter( 'wcct_the_content', 'shortcode_unautop' ); 41 add_filter( 'wcct_the_content', 'prepend_attachment' ); 42: add_filter( 'wcct_the_content', 'wp_make_content_images_responsive' ); 43 add_filter( 'wcct_the_content', 'do_shortcode', 11 ); 44
there’s a deprecation error reported for wp_make_content_images_responsive
[14-Aug-2020 06:33:15 UTC] PHP Deprecated: wp_make_content_images_responsive is deprecated since version 5.5.0! Use wp_filter_content_tags() instead. in /home/worksite/public_html/wp-includes/functions.php on line 4773
- The topic ‘issue with wordpress 5.5’ is closed to new replies.