How does WordPress treats attachments metadata in post content?
Like almost all content in WordPress, a Media item (aka attachment) is stored in the wp_posts table, and its metadata is stored in the wp_postmeta table. The wp_postmeta data is linked to the post by the post ID. If the Media item is set as an attachment to a specific post, then inside the wp_posts … Read more