Alt attriutes missing
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Alt attriutes missing’ is closed to new replies.