apply_filters( 'woocommerce_variation_prices_price' )
$this->prices_array is an array of values which may have been modified from what is stored in transients – this may not match $transient_cached_prices_array.
Description Description
If the value has already been generated, we don’t need to grab the values again so just return them. They are already filtered.
Source Source
File: includes/data-stores/class-wc-product-variable-data-store-cpt.php