Lv.13
Bronze Member
Iron Member
- Oct 14, 2021
- 6,998
- 2,099
- $14,620
A new update for WooCommerce Wishlists 2.3.20 is now available for free download. Big thanks to the contribution from our member @work !
2026.08.12
Read the rest of this update entry...* Fix: On single-site WordPress, deactivating WooCommerce while Wishlists was active caused a fatal error on both the front end and wp-admin instead of the "requires WooCommerce" notice, locking the site out entirely. The load-order check added in 2.3.18 called wp_get_active_network_plugins(), which WordPress only defines on multisite. Affects 2.3.18 and 2.3.19.
* Refactor: The extension now initializes on the 'plugins_loaded' hook and checks for WooCommerce with class_exists()...