__construct()
instead. in /home/leoaqua/public_html/wp-includes/functions.php on line 5476__construct()
instead. in /home/leoaqua/public_html/wp-includes/functions.php on line 5476WordPress database error: [Table 'leoaqua_leoaqua.wp_woocommerce_termmeta' doesn't exist]SELECT DISTINCT woocommerce_term_id FROM wp_woocommerce_termmeta WHERE meta_key = 'enable_selling' AND meta_value = 'yes' AND woocommerce_term_id NOT IN ( SELECT DISTINCT woocommerce_term_id FROM wp_woocommerce_termmeta WHERE meta_key = 'owner' AND meta_value = '' )
WordPress database error: [Table 'leoaqua_leoaqua.wp_woocommerce_termmeta' doesn't exist]
SELECT DISTINCT t.term_id, tr.object_id, tm.*
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id LEFT JOIN wp_woocommerce_termmeta AS tm ON (t.term_id = tm.woocommerce_term_id AND tm.meta_key = 'order')
WHERE tt.taxonomy IN ('product_type', 'product_cat', 'product_tag', 'product_shipping_class', 'yith_shop_vendor') AND tr.object_id IN (111, 113, 116, 141, 144, 172, 4166, 4167, 4168, 4169, 4171, 4172)
ORDER BY tm.meta_value+0 ASC, t.name ASC