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



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.