get-the-image
get-the-image copied to clipboard
Use wp_get_attachment_caption()
When getting an attachment's caption, we should switch to using wp_get_attachment_caption()
so that the core hooks fire. See: https://developer.wordpress.org/reference/functions/wp_get_attachment_caption/
Also, this would bump the minimum version of the plugin to WP 4.6.0.