WooCommerce::wpdb_table_fix
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() WooCommerce::wpdb table fix code WC 10.7.0
public function wpdb_table_fix() {
$this->define_tables();
}