• Resolved pako69

    (@pako69)


    Hi

    I’m searching for a plugin that can bulk copy the text ‘ALT TEXT’ below:

    wp_postmeta table
    	post_id = xxxxx
    	meta_key = _wp_attachment_image_alt
    	meta_value = ALT TEXT

    and replace the post_excerpt below:

    wp_posts table
            post_id = 38522
            post_excerpt = CAPTION

    So it becomes:

    wp_posts table
            post_id = xxxxx
            post_excerpt = ALT TEXT

    Is your plugin free or pro can do that?

    Thanks

    • This topic was modified 4 years, 7 months ago by pako69.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bulk copy _wp_attachment_image_alt meta_value to post_excerpt?’ is closed to new replies.