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