Powering Your WordPress Plugin with PHP Composer
What is PHP Composer? Composer is a dependency management tool that streamlines the process of integrating and updating libraries in a PHP project. In the context of WordPress plugin development,…
What is PHP Composer? Composer is a dependency management tool that streamlines the process of integrating and updating libraries in a PHP project. In the context of WordPress plugin development,…
If you’re in the development business for a while, you’ve probably heard this abbreviation: OCP. It is one of SOLID principles that is also often underestimated and even left forgotten….
Testing WordPress plugin is sometimes tricky. There are a lot of practices that don’t make sense nowadays, but have their roots in older versions of PHP. WP development team tries…