Forums
Forums / Plugins / Hook into wp_get_attachment_image
(@miradev)
15 years, 7 months ago
Is there a way I can hook into the wp_get_attachment_image() function to wrap further HTML around the image? A quick look in wp-includes/media.php doesn’t appear to allow for any filters or actions?
Ideally there would be something like this around line 665: $html = apply_filters('wp_get_attachment_image', $html); http://core.trac.ww.wp.xz.cn/browser/tags/3.0.1/wp-includes/media.php
$html = apply_filters('wp_get_attachment_image', $html);
(@matizzz)
15 years, 5 months ago
I am trying to do exactly the same, but no success so far… And you?
The topic ‘Hook into wp_get_attachment_image’ is closed to new replies.