Level Up

A collection of resources for WordPress Developers, written and curated by experts

WP Offload Media 3.0 Released: New User Interface, Media Library Enhancements, and More

Today we’re excited to announce the release of WP Offload Media 3.0. The introduction of a brand new user interface, powerful filters and columns in the Media Library, and revamped…

Kevin Hoffman

Sep 29, 2022

Managing WordPress Dev Environments With WP-CLI and Robo

Automating repetitive tasks is one of the best ways to save time in your development workflow. In my day to day work as a plugin developer, I often have to…

Erik

Sep 13, 2022

Installing, Updating, and Managing WordPress Plugins With WP-CLI

WP-CLI allows you to do practically anything you can do in the WordPress admin, but on the command line. This saves a lot of time and provides a cleaner workflow.…

Erik

Jul 26, 2022

Our Guide to WP-CLI Command Structure

The WordPress command line interface (WP-CLI) is an incredible tool for improving your development workflow. Understanding how commands are structured is key to using WP-CLI to its full potential. In…

Erik

Jun 28, 2022

How to Use tmux for Remote & Local Development

The tmux terminal multiplexer is often used in remote development, but it has interesting applications for local dev work as well. In this article, I’ll explain what a terminal multiplexer…

Ian

May 25, 2022

WP Offload Media 2.6: BuddyBoss Integration, Offloading Files Outside of the Media Library, WP 5.9 Compatibility

Today we’re pleased to announce the official release of WP Offload Media 2.6, which includes a brand new BuddyBoss integration and improves how media is offloaded, including files outside of…

Kevin Hoffman

Mar 9, 2022

PHP Static Analysis

Get Started with PHP Static Code Analysis

Imagine a world where your IDE or code editor detected problems before you even ran the code. Imagine if whole categories of errors could be automatically identified and easily eliminated…

Ross Wintle

Dec 21, 2021

How to Use Xdebug for Advanced PHP Debugging

You could just debug your PHP code using dump debugging functions such as error_log, print, and var_dump, and let’s be honest, we’ve all done it a lot! While helpful sometimes,…

Iain Poulson

Apr 21, 2021

Advanced Custom Fields: A Guide to Custom Fields and ACF Blocks

I’ve been a fan of Advanced Custom Fields (ACF) for a long time now. It’s used on almost every site I’ve built or worked on for the last few years.…

Iain Poulson

Mar 16, 2021

Introducing the Elementor Integration for WP Offload Media

In the first of hopefully many plugin releases this year, the WP Offload Media team has been working hard on some big integrations and improvements. Today we’re pleased to announce…

Iain Poulson

Mar 3, 2021