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
I am the developer of an image caption plugin for publishers who need to show image attributions for legal reasons.
With WordPress 6.5, lightboxes no longer show the caption I added to images in the post content since lightbox HTML is not rendered separately.
Ideally, I could add a placeholder for the caption into block_core_image_print_lightbox_overlay() using a filter, but there is none.
Would you be able to provide one?
In a next step, I would need to figure out how to fill it, but the render_block_core/image filter might just be good for that.
The text was updated successfully, but these errors were encountered:
I am the developer of an image caption plugin for publishers who need to show image attributions for legal reasons.
With WordPress 6.5, lightboxes no longer show the caption I added to images in the post content since lightbox HTML is not rendered separately.
Ideally, I could add a placeholder for the caption into
block_core_image_print_lightbox_overlay()
using a filter, but there is none.Would you be able to provide one?
In a next step, I would need to figure out how to fill it, but the
render_block_core/image
filter might just be good for that.The text was updated successfully, but these errors were encountered: