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
An example of the image code on our site after using the img_caption_shortcode filter:
<div id="attachment_0000000" class="wp-caption alignnone">
<img decoding="async" class="size-medium wp-image-0000000" src="...." alt="" width="400" height="250" />
<div class="wp-caption-text">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
</div>
The text was updated successfully, but these errors were encountered:
Description of the bug
On a site with the classic editor, all content is pushed except for the caption of the images.
Steps To Reproduce
Customize the HTML of the images using the img_caption_shortcode filter:
https://developer.wordpress.org/reference/hooks/img_caption_shortcode/ .
All content will be pushed to Apple News, and the caption will be missing.
Additional Information
An example of the image code on our site after using the img_caption_shortcode filter:
The text was updated successfully, but these errors were encountered: