From b522678847a25574ccdd8dbd0841cb6cbf98b458 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 23 Apr 2019 10:05:39 +0100 Subject: [PATCH] Updated 3.6.x notes FAQ (markdown) --- 3.6.x-notes-FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.6.x-notes-FAQ.md b/3.6.x-notes-FAQ.md index 7fa7616..7b5b073 100644 --- a/3.6.x-notes-FAQ.md +++ b/3.6.x-notes-FAQ.md @@ -6,7 +6,7 @@ - `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. -## `get_woocommerce_term_meta` throws a deprecated notice, why was this wrapper deprecated? +## 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.