tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
194 stars 19 forks source link

`wp_img_tag_add_loading_attr` deprecated in 6.3 #1098

Closed danmaby closed 1 year ago

danmaby commented 1 year ago

wp_img_tag_add_loading_attr has been deprecated in WordPress 6.3. updated with wp_img_tag_add_loading_optimization_attrs https://developer.wordpress.org/reference/functions/wp_img_tag_add_loading_optimization_attrs/

JeanPaiva commented 1 year ago

Your solution is good, but you need to add the function_exists check in order to not break websites using older versions of WP.

I'm closing this PR in favor of #1099 as it follows our internal workflow.

Thank you for your contribution.