Background Gradient for Hero Section

Blog

Technical articles on WordPress development, enterprise WordPress, performance, architecture, security, and scale by Mehul Gohil.

How to Disable Core Blocks in WordPress?

How to Disable Core Blocks in WordPress?

The WordPress Block Editor (Gutenberg) comes packed with dozens of core blocks from Paragraphs and Images to Tables and Buttons. While this flexibility is great for many users, it can also create clutter, or confusion for end client, if certain…

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.…

A Deep Dive Into Automatic Updates for WordPress

In this article, you’ll learn about the time-saving tips to simplify the automatic updates feature of WordPress. Background Automatic Updates was introduced in WordPress 3.7. This feature is introduced to provide enhanced security as well as a better and streamlined overall…

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…