If you think this problem is often encountered, you can add it here
// deprecated function apply_filters('the_excerpt', $product->post->post_excerpt); // solution $post = get_post($data->ID); $output = get_the_excerpt();
Last updated 1 year ago