Ejemplo n.º 1
0
 /**
  * Return the shop_thumbnail image width
  *
  * @return integer
  * @since 1.0.0
  */
 function yit_shop_thumbnail_w()
 {
     $size = yit_get_image_size('shop_thumbnail');
     return $size['width'];
 }
Ejemplo n.º 2
0
 /**
  * Return the shop_thumbnail image width
  *
  * @return integer
  * @since 1.0.0
  */
 function yit_shop_thumbnail_w()
 {
     global $woocommerce;
     $size = yit_get_image_size('shop_thumbnail');
     return $size['width'];
 }