Make create_tables public -- this is needed from WCA classes
This commit is contained in:
parent
70ff5ad3ae
commit
3c1ce9c613
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue