WooCommerce::wpdb_table_fixpublicWC 1.0

Set tablenames inside WPDB object.

Method of the class: WooCommerce{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WooCommerce = new WooCommerce();
$WooCommerce->wpdb_table_fix();

WooCommerce::wpdb_table_fix() code WC 10.7.0

public function wpdb_table_fix() {
	$this->define_tables();
}