WooCommerce::wpdb_table_fix()publicWC 1.0

Set tablenames inside WPDB object.

Method of the class: WooCommerce{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WooCommerce::wpdb_table_fix() code WC 8.7.0

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