Created
November 27, 2015 23:20
-
-
Save SheriSmith/5a7ef4d85e7f9c3ae182 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$image_output = sprintf( | |
'<a href="%1$s" title="%2$s"> | |
<img src="%3$s" alt="%2$s" /> | |
<span class="et_overlay%4$s"%5$s></span> | |
</a>', | |
esc_attr( $full_src ), | |
esc_attr( $attachment->post_title ), | |
esc_attr( $thumb_src ), | |
( '' !== $hover_icon ? ' et_pb_inline_icon' : '' ), | |
$data_icon | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment