WordPress Engineering

Advanced WordPress engineering covering plugin development, coding standards enforcement, WP-CLI automation, and block development for production systems.

How to Install Composer?

Install Composer: A Complete Guide

If you’ve ever worked on a PHP project, you know that managing scripts and packages can be tricky. Each one is like a puzzle piece with its own special place, and it’s up to you to fit them all together.…

Find Deprecated Usages in PHPStorm

How to find deprecated usages in PHPStorm?

As a developer, it’s essential to keep your code up to date and ensure that you’re using the latest best practices. One of the most critical aspects of maintaining modern code is avoiding the use of deprecated functions, classes, and…

prevent accidental push

Configure Git to prevent accidental remote push

Working with a version control system like Git is very much useful for any software developer. In certain scenarios, you’re permitted to write access to the original remote upstream git repository when you’re provided with project management tools by ZenHub…