Whether you are a WordPress pluginSoftware that adds specific features or functionality to a W... More developer, themeTheme A collection of files that determine a site's design, ... More creator, or simply a hobbyist WordPress tweaker, you know that a little help for your development work is always very welcome. In this postDynamic, time-based content (e.g., blog entries) displayed i... More, we highlight a series of plugins and tools that will make your WordPress development work easier.
Variables inspector is a helpful pluginSoftware that adds specific features or functionality to a W... More to visualize your PHP variables with a clean presentation that allows for easier inspection. You can use it by adding a single line of code after your variable, which will then display in your wp-admin, away from the eyes of your visitors or the frontend.

Unless I missed something on the WordPress.org website, the adminThe admin (administrator) is the highest user role with full... More styles are not very well documented, or at least not in a very user-friendly matter. If you are working on a pluginSoftware that adds specific features or functionality to a W... More or a themeTheme A collection of files that determine a site's design, ... More that involves adminThe admin (administrator) is the highest user role with full... More pages creation, it can be quite complicated to find the right styles quickly.
The WordPress Admin Styles plugin makes this much easier by adding a pageStatic content (e.g., "About Us," "Contact") not part of chr... More with all the references you could dream of when designing within the WordPress adminThe admin (administrator) is the highest user role with full... More: color schemes, headers, icons, columns,… and much more.

Custom types are very widely used in WordPress nowadays, so there is no way you create a pluginSoftware that adds specific features or functionality to a W... More without having some custom postDynamic, time-based content (e.g., blog entries) displayed i... More types to test it. Creating new custom postDynamic, time-based content (e.g., blog entries) displayed i... More types takes time that would be better used working on features. This plugin does just that, it creates custom postDynamic, time-based content (e.g., blog entries) displayed i... More types and supports a minimal level of functionality for the custom post typeCustom Post Type A content type beyond standard posts and pa... More.
EasyMerge solves a very common problem by keeping your production and development environments in sync, notwithstanding the timeframe. It works by merging both databases, so it will not overwrite your local changes when merging with the production site’s databaseWhere all WordPress content, settings, and user data are sto... More.

Debug This is very useful for admins, developers, and support. The pluginSoftware that adds specific features or functionality to a W... More works by providing all the information you need about a WordPress installation, displayed on the frontend adminThe admin (administrator) is the highest user role with full... More bar. Some of the information you can collect this way:
This pluginSoftware that adds specific features or functionality to a W... More is a real time-saver, especially when working on support for a website you are not familiar with yet.

There are two types of headaches: regular headaches and cron headaches! Although there is no currently known medicine for cron headaches, there is a great way to prevent them if you are working with WordPress: installing the Advanced Cron Management pluginSoftware that adds specific features or functionality to a W... More.
With Advanced Cron Manager you can manage WP Cron events:

A starter framework that makes WordPress pluginSoftware that adds specific features or functionality to a W... More creation much faster. It may not make a huge difference if you need to work months on a big pluginSoftware that adds specific features or functionality to a W... More, but it can really boost your creation process if you create small plugins for website features (as you should). Download the WordPress plugin boilerplate here.
Similar to the pluginSoftware that adds specific features or functionality to a W... More boilerplate above, the Underscores theme is a blank themeTheme A collection of files that determine a site's design, ... More designed to make the creation of WordPress themes much faster. It comes with very minimal CSSCSS (Cascading Style Sheets) is a language used to style and... More in order to not get in your way.

Error log is a simple utility pluginSoftware that adds specific features or functionality to a W... More to find and view log files with the errors right from your WordPress dashboardThe dashboard, or admin panel, is the backend interface wher... More. It comes with handy filtering tools and even has an email notifications feature.

A great plugin to run on a live site, as it will help you for support. Prevents ugly displays on the site when updating CSSCSS (Cascading Style Sheets) is a language used to style and... More as it refreshes browser cache for a file if has been modified. It’s multisiteA WordPress feature allowing multiple sites to run under a s... More compatible and even resolves content delivery networks issues.
Debug wp_redirect() is a pluginSoftware that adds specific features or functionality to a W... More that should only be used on development sites, in order to debug unknown redirects caused by multiple functions from plugins and themes. The tool helps you figuring out what is redirecting and where it’s redirecting at in the code.
Emails are great, but they can be quite hard to debug when sent from a WordPress website. The Check & Log Email plugin allows you to verify if emails are sent correctly from your website by storing sent emails for auditing purpose.

CMB2 is a developer’s toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind. Easily manage metaMeta Information about data (e.g., post meta includes author... More for posts, terms, users, comments, or create custom option pages.

A boilerplate themeTheme A collection of files that determine a site's design, ... More that contains all the basic and advanced implementations of customize settings and controls. WPCustomize is a must-have if you create themes and want the users to be able to customize it themselves.
