Tag: OOP
- Home
- OOP”
Filter By:
-
Object-oriented programming in a Gutenberg world
Read This Post: Object-oriented programming in a Gutenberg worldSo now that we know why object-oriented programming might be good for your next WordPress plugin, let’s try it with a plugin that creates custom Gutenberg blocks.
-
Object-oriented programming in WordPress plugins
Read This Post: Object-oriented programming in WordPress pluginsCreating a WordPress plugin is pretty simple. It’s just another functions.php file, right? But what if you tried creating a plugin with object-oriented programming.