Nov 032011
The lesson, 120 The Plugin Class (Video), is now available.
In this lesson we’ll introduce our WordPress plugin class. This class can be used as a basis for all your plugins.
Well also cover some WordPress recommendations and general ideas about plugin development, plus several tasks our plugins will need to accomplish when interfacing with WordPress.
- Plugin’s can be developed using two method;
- using individual functions or by
wrapping the functions in a class using an object-oriented approach.
Click here to see the 120 The Plugin Class (Video) lesson.



