Skip to content

Commit

Permalink
woocommerce_variation_prices filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Mar 25, 2015
1 parent 01c13a5 commit c76a08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-product-variable.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public function get_variation_prices( $display = false ) {
set_transient( $cache_key, $prices_array, DAY_IN_SECONDS * 30 );
}

return $prices_array;
return apply_filters( 'woocommerce_variation_prices', $prices_array, $this, $display );
}

/**
Expand Down

0 comments on commit c76a08a

Please sign in to comment.