-
5 Ways Underpin Helps You Build Better WordPress Plugins
WordPress is not a framework, it’s a management system. When building WordPress plugins, there’s a few rough rules on how to use WordPress, but otherwise you’re pretty much on your own to build your plugin’s architecture. I use Underpin to help me create structure in my plugin. This post talks about 5 of the biggest […]
-
How to Handle Big Tasks in WordPress
Learn a few different ways you can use to do big tasks, like database migrations, or upgrades using WordPress.
-
Handy Underpin Helper Functions That Make WordPress Development Easier
Learn about a few handy helper functions that the WordPress plugin framework Underpin provides
-
How Registries Make Your WordPress Plugin Scale-Able
Learn about the registry pattern, how WordPress uses this code pattern, and how you can use it for your own plugins
-
How to Set Up Underpin For a Single Site
This guide will walk you through how to set up Underpin so you can use it on your own site.
-
Make Webpack Configuration Easy With wordpress/scripts
Learn how to set up a WordPress Webpack configuration that allows you to write modern Javascript in your WordPress plugin.
-
API Fetch – The WordPress Library You Didn’t Know You Needed
Learn how the api-fetch library can make working with WordPress’s REST API faster and easier.
-
Introducing Underpin – A Modern WordPress Framework
Learn some of the basics of the Underpin WordPress framework, and how it can help you develop WordPress websites faster.
-
Create a Custom Gutenberg Block Plugin with Underpin
This tutorial covers how to set up a custom Gutenberg block plugin in WordPress using Underpin.