read_product_data does not exist

This commit is contained in:
Mike Jolley 2017-04-06 20:55:51 +01:00
parent 8baef77b5c
commit d8bc209cab
1 changed files with 0 additions and 3 deletions

View File

@ -537,9 +537,6 @@ abstract class WC_Abstract_Legacy_Product extends WC_Data {
// Sync prices with children
if ( is_callable( array( __CLASS__, 'sync' ) ) ) {
self::sync( $product_id );
// Re-load prices
$this->read_product_data();
}
}