Having many comments you want to get rid of can be a huge task if using the WordPress backend. With WP-CLI, it’s much faster. So here’s how to do it.
Continue reading Disable and delete comments entirely with WP-CLIBlog
Having a video in your cover block as background may hurt accessibility, because you cannot control its state. It usually automatically plays and cannot be stopped. However, the cover block doesn’t have such controls out of the box.
Continue reading Play/Pause button for cover video backgroundThere are multiple reasons why block attributes need to be changed. Maybe because their requirements changed, or maybe because one didn’t thought about it in the first place. This guide will show you how to migrate block attributes of existing blocks.
Continue reading Block editor: Migrate custom block attribute (type)I’m happy to announce the availability of the next upgrade for Impressum Plus with version 2.10.0 that comes with some exciting new features!
Continue reading Impressum Plus 2.10.0 releasedMultisite Language Switcher is a nice plugin to add multilingualism to a WordPress website. What it lacks is an automatic switch between languages based on the locale of the user. And that’s why I’ve built Multisite Auto Language Switcher.
Continue reading New plugin: Multisite Auto Language SwitcherThere are multiple ways to get a privacy policy into WordPress, either builtin, via external resources or via plugin. Let’s look into the different possibilities and their advantages and disadvantages.
Continue reading How to get a privacy policy in WordPressA few minutes ago, I released Embed Privacy version 1.10.0 with a ton of new code. It has been completely restructured for a better maintainability. But also for cleaner looks (at least when it comes to the code base) and improved logic.
Continue reading Embed Privacy 1.10.0 – the biggest release so farToday, the second feature update for Form Block Pro has been released with a nice new feature, and alongside Form Block 1.4.1 with a few bug fixes.
Continue reading Form Block Pro 1.2 with local files supportWorking with settings in WordPress is usually pretty straight forward with the settings API. However, if you’re using multiselect fields, there is a problem. Since the selection on a multiselect field can be completely empty, it makes deleting the last value impossible by default.
Continue reading Properly delete multiselect settings in WordPressRecently, I had to fix a problem where a larger WordPress website couldn’t be accessed, since all PHP workers on the server were already being busy serving requests. That usually means one of two things: either we have many concurrent connections and the server has not enough resources to serve all of them in time, or serving the requests takes an unusual amount of time.
Continue reading Why it’s may worth to debug requests in WordPress