function afi_bulk_fix() { $posts = get_posts([ 'numberposts' => 4, // 👈 مهم جدًا: 4 فقط 'post_type' => 'post', 'post_status' => 'publish', 'meta_query' => [ [ 'key' => '_afi_fixed', 'compare' => 'NOT EXISTS' ] ] ]); if (!$posts) { echo "