meta);die; ?>
| getProductImages($this->post->ID) ->getFirst( 'thumbnail', null, array( 'width' => $this->image_width, 'height' => $this->image_height ) ); if (!empty($img)) { echo sprintf( '%s', get_permalink($this->post->ID), esc_attr($this->post->post_title), $img ); } ?> |
post->ID); ?>
$this->post->ID
)
);
?>
$this->post->ID,
'variations' => $this->variations
)
);
?>
|