Blogs tagged with WordPress
Introducing Paver
Last weekend, I launched Paver. A drag-and-drop block editor built specifically for PHP developers.
The Why Behind Paver
I created Paver with one primary goal: to serve as a custom block editor...
Read more
Laravel-like job dispatching for WordPress
Aside from WordPress development, I work a lot with Laravel. And one of the things I love about Laravel, is the Jobs API. In short: a dedicated class for your job that you can dispatch or schedule.
In WordPress, we have the event...
Read more
Using Flare with WordPress for error tracking
Flare, for me at least, is mostly known as a error tracker for Laravel applications. However, the service is framework agnostic and can be used for other frameworks, including WordPress, as well. So how do you add it to your WordPress...
Read more
WordPress and Composer
Using Composer to manage and load packages is commonplace in PHP projects, and most of the time, it just works. However, if you're developing a WordPress plugin or theme, you might encounter some challenges.
Read more
Send to API v1.3.0 is now available
Today version 1.3.0 of the Send to API add-on for Gravity Forms is released. This is update contains a couple of nice new features.
Read more
Introducing Gravity Forms Send to API
This week I'm launching my first non open-source WordPress plugin. This plugin is an add-on for the popular form builder plugin Gravity Forms and is called Send to API.
Gravity Forms has a...
Read more
2021 year in review
Today is January 1st of 2022 and as 2021 is now officially over, it's time to - like last year - look back a bit and review the past year.
Read more
Demo of the WordPress Settings package (video)
Lately I've been working on a package to make it easier to create options/settings pages for WordPress plugins.
Normally one could use the Settings...
Read more
WordPress theme development with TailwindCSS: recreating github.blog
I made a screencast which might be the start of a series, in which I recreate the github.blog site with WordPress and TailwindCSS using
Read more