inc/meta/Storage.php
@@ -431,7 +431,7 @@ { return match ($name) { 'post_title' => get_the_title($item->id), 'post_excerpt' => get_the_excerpt($item->id), 'post_excerpt' => has_excerpt($item->id) ? get_the_excerpt($item->id):'', 'post_content' => get_post_field('post_content', $item->id), default => $item->wpObject->$name ?? '' };