• Resolved svenms

    (@svenms)


    it should be

    $posts_meta = $wpdb->get_results(

    SELECT *
    FROM {$wpdb->prefix}postmeta
    WHERE meta_key = ‘_wp_attached_file’
    OR meta_key = ‘_wp_attachment_metadata’
    OR meta_key = ‘_wp_attachment_image_alt’

    );

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Thanks your feedback !

    Hello!

    I’m facing the problem of missing Alternative Text before the import.

    How can I import the media without losing Alternative Text?

    Thanks

    Sorry, my mistake! The alternative text was imported! Some images are duplicated, I supposed that Alt text was missing but it isn’t.

    I’m sorry.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alt attriutes missing’ is closed to new replies.