jaredatch / EA-Share-Count

A lean plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
84 stars 13 forks source link

Use wp_get_attachment_image_url #74

Closed jaredatch closed 7 years ago

jaredatch commented 7 years ago

Since 4.4 we can now simply output slightly by doing a wp_get_attachment_image_url call instead of using wp_get_attachment_image_scr and then checking isset($img[0]);

https://github.com/jaredatch/EA-Share-Count/blob/master/includes/class-front.php#L386