How to Add a Custom Menu to the WordPress Admin Bar
The WordPress admin bar has valuable screen real-estate. This tutorial will show you how to add your own admin bar menu items.
The WordPress admin bar has valuable screen real-estate. This tutorial will show you how to add your own admin bar menu items.
Block Transforms are a neat way of changing from one block to another. I’ll teach you how to do your own transforms.
Redirecting users after plugin activation can make sense for your plugin, but there are pros and cons to the approach. Code samples are provided.
Within this article I go over several plugin solutions that will assist in local development.
Are you a WordPress plugin developer looking to add shortcuts for your plugin customers? This short tutorial will let you know how to add these shortcut links.
Using a PSR standard such as PSR-4 allows for a predictable file structure and way to autoload your plugin files with ease.
These six functions help me out quite a bit with WordPress plugin development, especially when dealing with multisite and asset directories.