WordPress
-
Take advantage of the WordPress hook API
For a WordPress developer actions and filters are the base of everything. Every logic the programmer write is initiated by…
-
Use Action Scheduler in your plugin
Unlike most programming languages PHP doesn’t handle asynchronous requests natively. This can create numerous problems for programmers and that’s why…
-
Create Unit tests for WordPress Plugin
Automated tests are the base of modern programming development process and are as important as the architecture from the code…
-
Modern PHP development in WordPress
Often we hear that WordPress is a piece of crap or a technology from the dark ages from PHP. This…