Dont

Do I need to escape get_the_post_thumbnail function?

Do I need to escape get_the_post_thumbnail function?

No, you don't have to escape the data. And it doesn't need to be escaped. Please take a look at the_post_thumbnail() function, it didn't do any escaping.

Is it good practice to use REST API in wp-admin plugin page? [closed]
Should I disable REST API? Should I disable WordPress REST API? Should I disable WP JSON? What is WordPress REST API used for? How do I block REST API...
How to show specific category products on top while sorting by latest woocommerce?
How do I manage WooCommerce product sorting options? How do I show a category wise product in WooCommerce? How do I arrange categories in WooCommerce?...
Is it safe to delete unnecessary user metadata?
Expired transients are transients that are expired and still exist in the database. These ones can be safely cleaned. Transients housekeeping is now p...