You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]);
Since 4.4 we can now simply output slightly by doing a
wp_get_attachment_image_url
call instead of usingwp_get_attachment_image_scr
and then checkingisset($img[0]);
https://github.com/jaredatch/EA-Share-Count/blob/master/includes/class-front.php#L386
The text was updated successfully, but these errors were encountered: