diff --git a/3.6.x-notes-FAQ.md b/3.6.x-notes-FAQ.md index 5cb37d9..7fa7616 100644 --- a/3.6.x-notes-FAQ.md +++ b/3.6.x-notes-FAQ.md @@ -4,4 +4,10 @@ - `WC_Country::load_country_states` – States are now loaded on the fly as needed. - `WC_Cache_Helper::delete_version_transients` – Transients are now versioned within the value negating the need for cleanup. - `WC_Background_Updater` – We’ve switched updates to the ActionScheduler queue. -- `Simplify Commerce` – This gateway has been deprecated for several years and hidden in the UI. The code has now been removed. \ No newline at end of file +- `Simplify Commerce` – This gateway has been deprecated for several years and hidden in the UI. The code has now been removed. + +## `get_woocommerce_term_meta` throws a deprecated notice, why was this wrapper deprecated? + +This wrapper was put in place when WooCommerce implemented a term meta system long before WordPress has its own. When WordPress 4.4 released it's own version of term meta, these functions called both the custom functions, and the WordPress functions whilst they were transitioned to. + +Since WooCommerce no longer supports WP versions lower than 4.4, the wrappers are no longer necessary and native Wordpress functions can be used instead. \ No newline at end of file