WC_Product::get_gallery_attachment_ids is deprecated since version 3.0
问题 When define('WP_DEBUG', true); and my php code <div class="col-md-5 col-sm-5 mb-xs-30"><?php // echo single_product_summary_sale_flash();?> <div class="fotorama" data-nav="thumbs" data-allowfullscreen="native"> <a href="#"> <?php the_post_thumbnail(); ?> </a> <?php global $product; $attachment_ids = $product->get_gallery_attachment_ids(); foreach( $attachment_ids as $attachment_id ) { $image_link = wp_get_attachment_url( $attachment_id ); ?> <a href="#"><img src="<?php echo $image_link;?>"