Wordpress OOP
May 18, 2024
Build object oriented plugins.
Links below are Part 0 to 2 of an 8-parter lesson.
- 0 - Tutorial Introduction
- Talks about a brief summary on OOP, when to use OOP and procedural.
- 1 - Overview
- Explains the Procedural Way vs the OOP way.
- 2 - Real World Example
- Using SMS process to demonstrate OOP.