Feature Request – fix for lightbox too
-
Hi Les
Thanks for creating this plugin for simple folks like me ! ??
I also found this code snippet here –
https://www.ads-software.com/support/topic/no-lightbox-caption-displaying?replies=20#post-4845731Which when added to your plugin, re-enabled my missing image captions when using a lightbox. Would you consider adding this into your plugin too ? (Or having it as an option setting ?)
Thanks
function my_get_attachment_link_filter( $content,$id ) { $title = get_the_title($id); $new_content = str_replace('<a ', '<a title="' . esc_attr($title) . '" ', $content); return $new_content; } add_filter('wp_get_attachment_link', 'my_get_attachment_link_filter', 10, 4);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Feature Request – fix for lightbox too’ is closed to new replies.