function tbl_fix_missing_image_meta() { $args = [ 'post_type' => 'attachment', 'post_mime_type' => 'image', 'posts_per_page' => 20 ]; $images = get_posts($args); foreach ($images as $img) { $alt = get_post_meta($img->ID, '_wp_attachment_image_alt', true); if (empty($alt)) { $title = $img->post_title; update_post_meta($img->ID, '_wp_attachment_image_alt', $title); wp_update_post([ 'ID' => $img->ID, 'post_excerpt' => $title, 'post_content' => $title ]); } } } // Run every day if (!wp_next_scheduled('tbl_daily_image_fix')) { wp_schedule_event(time(), 'daily', 'tbl_daily_image_fix'); } add_action('tbl_daily_image_fix', 'tbl_fix_missing_image_meta');
Popular
दिल्ली न्यूज़ लाइव एक डिजिटल राष्ट्रीय समाचार प्लेटफ़ॉर्म है जो राजनीति, मनोरंजन, खेल और वर्तमान घटनाओं सहित विभिन्न विषयों पर अद्यतित और विश्वसनीय समाचार कवरेज प्रदान करता है। यह प्लेटफ़ॉर्म लोगों को देश और दुनिया भर में क्या हो रहा है, इसके बारे में सूचित रहने के लिए एक सुविधाजनक और आसानी से सुलभ तरीका प्रदान करता है।
delhinewslivee@gmail.com
© Copyright 2025 Delhi News Live. All Rights Reserved.
