We’re working on something exciting! Recently, me and a few industry colleagues have been looking into exporting 360/equirectangular images directly from Sketchup to the web. I took a deep dive into the mechanics of Sketchup and figured out a way to export Sketchup scenes to the web in one click. A few years back I […]
Delete a pending user from WordPress
It’s definitely not the first time that I ran into this situation; A user was added to the website without checking the “Skip confirmation email” checkbox. Now, we’d like to force this user into the website and just send a login and password over, but now we get the message: That email address has already […]
Disable the ‘Password Changed’ Email notification in WordPress with a filter
Since I didn’t find a solution for this within a second after performing a web search and was recommend other ‘solutions’, here’s the solution to actually fix this; fast. You can add this line to your functions.php or in a separate plugin, whatever works best for you ๐
Connecting to a Cloudways application with VSCode
If you’ve read my blogs before than you probably know that I like to keep it short. So here you go; In this case {HOSTNAME} refers to the SSH hostname, if you connect with ssh user@domain.com than the hostname is domain.com. {SERVER_ID} and {APPLICATION_ID} can be found by connecting to SSH and then running the […]
Force refresh PHP-FPM or Litespeed cache
The other day I ran into an issue while deploying new code to the Dutch Hosting Platform Antagonist. It seemed like Symlinks were not refreshed when a new release was pushed, resulting into unexpected issues like broken links to assets and PHP code not updating. These issues were immediately resolved by changing the PHP version. […]
Only return zip/postal codes from Google Places AutoComplete Javascript API
It’s been a while, and it took me a while to get Google Maps Places to return only zip codes, so I’ll share a little code snippet so that you can fix it within a quick search!
Setup Mailcrab in Docker & PHP
Okay – it took me a while to get this configured correctly so I thought I’d share the setup with all of you. In the end, my issue was not setting -t -i in my sendmail path. Mailcrab Docker Compose setup Now, I run this in combination with a few PHP/WordPress containers, make sure that […]
Storing private data with SSH on WPEngine sites
I’ve been working with several clients hosted on WPEngine lately and whenever I start work on a site, the first step is usually rsyncing all data and running a wp db export with WP-CLI. Now, my go-to command is wp db export && mv *.sql ~/_sql/ and it worked. So the second step is an […]
Get the HTML content of a block edit page or post in WordPress
I’ve been searching for this for way too long, but this is the way to get the HTML output of a page in WordPress.
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 12
- Next Page »


