WooCommerce CRUD and Data Store

WooCommerce 3.0 introduces CRUD objects for working with WooCommerce data (products, orders, customers, etc). Data store classes act as a bridge between WooCommerce’s CRUD classes and the database layer. We’ll cover the architecture of that, how WooCommerce core uses that, and how extension developers can extend from that.

Speaker