Make create_tables public -- this is needed from WCA classes

This commit is contained in:
moon 2022-04-06 18:57:41 -07:00
parent 70ff5ad3ae
commit 3c1ce9c613
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ class WC_Install {
* woocommerce_tax_rates - Tax Rates are stored inside 2 tables making tax queries simple and efficient.
* woocommerce_tax_rate_locations - Each rate can be applied to more than one postcode/city hence the second table.
*/
private static function create_tables() {
public static function create_tables() {
global $wpdb;
$wpdb->hide_errors();