read_product_data does not exist
This commit is contained in:
parent
8baef77b5c
commit
d8bc209cab
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue