Let’s start with a quick overview of the role of WC_Data in WooCommerce, how it works, and why a strong grounding in the topic is essential to succeeding on large WooCommerce projects. We’ll cover:
WC_Data is an abstract class in WooCommerce that provides the foundation for:
WC_Data is used as the parent class anywhere there are a significant amount of database transactions, with persistent data, in WooCommerce
WooCommerce affords 3 primary techniques for customizing WC_Data descendant behavior:
Each of these techniques is covered in detail, in their own topic, later in the lesson
This concludes the general overview of WC_Data. Now you should have a clear idea of how integral this class is to the functioning of WooCommerce, and can see how it’s core functionality provides the basis for robust customization
In the next topic, we’ll look at the fundamentals of data and data manipulation in WC_Data
But first, check your knowledge.
Hint: You can still look at the topic contents with the menu on the left hand side of the screen.
0 of 1 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 1 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which of the following are families within the WC_DATA class Structure?