Tienda
?>
if ( has_post_thumbnail() ) {
$html = '';
} else {
$html = '
';
$html .= sprintf( '
', esc_url( wc_placeholder_img_src() ), esc_html__( 'Awaiting product image', 'woocommerce' ) );
$html .= '
';
}
echo apply_filters( 'woocommerce_single_product_image_thumbnail_html', $html, get_post_thumbnail_id( $post->ID ) );
do_action( 'woocommerce_product_thumbnails' );
?>
Valoraciones
No hay valoraciones aún.