Updated 3.6.x notes FAQ (markdown)

Mike Jolley 2019-04-23 10:02:29 +01:00
parent 5dff80497a
commit f6dee66264
1 changed files with 1 additions and 1 deletions

@ -1,4 +1,4 @@
# What was deprecated in 3.6?
## What was deprecated in 3.6?
- `wc_get_min_max_price_meta_query` removed in favour of lookup tables which remove the need to filter via post meta.
- Term meta helper functions deprecated in favour of WP core term meta functions such as https://developer.wordpress.org/reference/functions/get_term_meta/. These have not been needed since WP 4.4.
- `WC_Country::load_country_states` States are now loaded on the fly as needed.