-
WC 2.7 extension compatibility examples #3 – Bookings
•
Bookings is a complex extension which extends WooCommerce product types to add it’s own ‘Booking’ product type. Due to this, it’s a good example to CRUDify and implement data stores,… Read more
-
WC 2.7 extension compatibility examples #2 – Deposits
•
Our goal this time is to have the WooCommerce Deposits extension work with both WooCommerce versions 2.6.x and 2.7.x, display no notices, and use the CRUD abstraction to future-proof our… Read more
-
WC 2.7 extension compatibility examples
•
Our team have been looking at updating some of our extensions for 2.7 compatibility and we thought it would be good to share our notes in doing so. The first… Read more
-
Deprecation in WooCommerce Core
•
Deprecation is a method of discouraging usage of a feature, or practice, in favour of something else without breaking backwards compatibility or totally prohibiting it’s usage. To quote the Wikipedia article on… Read more