HEX
Server: Apache
System: Linux webd001.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: mciraet (192513)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/mciraet/www/wp-content/plugins/polylang-wc/src/product-data-store-cpt.php
<?php
/**
 * @package Polylang-WC
 */

/**
 * Child class of WC_Product_Data_Store_CPT allowing us to access protected methods or properties.
 *
 * @since 1.5
 */
class PLLWC_Product_Data_Store_CPT extends WC_Product_Data_Store_CPT {

	/**
	 * Public version of WC_Product_Data_Store_CPT::update_lookup_table().
	 *
	 * @since 1.5
	 *
	 * @param int    $id    ID of object to update.
	 * @param string $table Lookup table name.
	 * @return void
	 */
	public function wc_update_lookup_table( $id, $table ) {
		$this->update_lookup_table( $id, $table );
	}
}