WooCommerce::wpdb_table_fix()
Set tablenames inside WPDB object.
Method of the class: WooCommerce{}
No Hooks.
Return
null
. Nothing.
Usage
$WooCommerce = new WooCommerce(); $WooCommerce->wpdb_table_fix();
WooCommerce::wpdb_table_fix() WooCommerce::wpdb table fix code WC 7.7.0
public function wpdb_table_fix() { $this->define_tables(); }