예제 #1
0
파일: woo.php 프로젝트: rene-hermenau/ingot
 /**
  * Prepare args for parent filter_variable_prices method
  *
  * @since 1.1.0
  *
  * @param string $price Formatted price
  * @param \WC_Product $object Product object
  *
  * @return string
  */
 protected function prepare_filter_variable_prices($price, $object)
 {
     return parent::filter_variable_prices($price, $object->id);
 }