示例#1
0
 /**
  * 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);
 }