__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 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 (151)
ORDER BY tm.meta_value+0 ASC, t.name ASC