Marinus Klasen

Marinus Klasen

  • Development
  • Consultancy
  • Developer Resources
  • Blog
  • Contact

Setup Mailcrab in Docker & PHP

May 8, 2023

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 […]

Continue Reading

Storing private data with SSH on WPEngine sites

December 15, 2022

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 […]

Continue Reading

Get the HTML content of a block edit page or post in WordPress

November 30, 2022

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.

Continue Reading

Rename Coupon code text to Discount code in Woocommerce

November 3, 2022

Another day, another snippet! This snippet allows you to replace all occurrences of the coupon word to something that you like better, like “discount code”. This code is highly inspired from the code shared in WPBeaches’ blog post. It’s customized for usage in classes, and optimized as some occurrences were not replaced and the “Click […]

Continue Reading

Background-size cover in mPDF

October 22, 2022

It’s saturday today, and I found some time to work on some side projects.. This one is about generating PDF’s from HTML and.. I wanted to use a full-width background image that keeps the original ratio. Usually, it’s background-size: cover; that solves this, but not in mPDF.. In mPDF we use background-image-resize Really, that’s it. […]

Continue Reading

WordPress.com SSH & duplicating a WordPress.com website locally

October 11, 2022

A while back, WordPress.com enabled SSH access for Business and eCommerce plans. I recently had a look at what those environments look like. First test: WP-CLI commands. It’s great to see that commands like wp db export work just fine. You’re also allowed to create folders in the home directory, so we can easily export […]

Continue Reading

Hide the custom taxonomy metabox in the WordPress edit post screen

October 9, 2022

Since in this case i’m using ACF to define the taxonomies for a custom post type, I wanted to remove the metabox in the sidebar. Luckily, there’s no custom code required for this. We just need to set meta_box_cb to false. Did you know about show_admin_column as well? This argument allows you to show or […]

Continue Reading

Get all entries from Gravity Forms using GFAPI::get_entries

October 6, 2022

It is one of these days again. I’m breaking my head on this. And on those moments, I grab my blog and start writing an article about this specific problem. So let’s have a look. By default, 20 entries are returned. I need more, I need all! get_entries has 5 parameters, the form_id, search_criteria, sorting, […]

Continue Reading

Make a service available on a different port in docker-compose with Traefik

October 6, 2022

This is one of these things that I broke my head around a couple of times. And every time I need to do this, it takes me a fair amount of trial and error before solving it. Let’s get that over once and for all. (seriously, i’ll probably Google for this issue in about 6 […]

Continue Reading
  • 1
  • 2
  • 3
  • …
  • 11
  • Next Page »

Ready to take action?

I'm looking forward to discuss your projects and goals!
Feel free to reach out using the contact details below.

Marinus Klasen

[email protected]
twitter.com/marinusklasen
linkedin.com/in/marinusklasen

  • GitHub
  • LinkedIn
  • Twitter

Have you read?

  • Setup Mailcrab in Docker & PHPMay 8, 2023
  • Storing private data with SSH on WPEngine sitesDecember 15, 2022
  • Get the HTML content of a block edit page or post in WordPressNovember 30, 2022
  • Rename Coupon code text to Discount code in WoocommerceNovember 3, 2022
  • Background-size cover in mPDFOctober 22, 2022

Copyright © 2023 · Marinus Klasen | Webdesign by Team Rood