Find wordpress image media without alt text
Quick SQI commands to searck for image without alt text, which is bad
SELECT * FROM wp_posts WHERE post_mime_type LIKE '%image%' AND post_excerpt='';
Quick SQI commands to searck for image without alt text, which is bad
SELECT * FROM wp_posts WHERE post_mime_type LIKE '%image%' AND post_excerpt='';
Leave a Reply