TIL: Defining a default value within register_post_meta drives you crazy if you no more aware of that you did it. It still persists, even if it is not in the database or the object cache.
Found out around an hour later … 🥲
TIL: Defining a default value within register_post_meta drives you crazy if you no more aware of that you did it. It still persists, even if it is not in the database or the object cache.
Found out around an hour later … 🥲
Yesterday, I stumbled upon VitePress via the Dovecot documentation and I like the design. Will it be worth to migrate my existing documentations from WordPress? We’ll see … 🫣
I couldn’t find any free plugin that allows me to receive Slack notifications when a new order has been created or updated in WooCommerce. So I created it myself: https://github.com/epiphyt/product-notifications
Glenton Samuels commented the proposal for the future WordPress admin materials and surfaces and laid it down very clearly why using React for it is a bad idea. And I fully agree with it.
Just to quote the conclusion, but it’s worth to read the full post:
A full React rewrite may look cutting-edge, but it threatens the broad community, the ecosystem, and WordPress’s future sustainability. Instead, modernizing via PHP + Interactivity API + modern CSS (including View Transitions) preserves backward compatibility, performance, and accessibility while delivering a polished, modern admin experience.
Glenton Samuels
Time flies … When possible, the last few weeks I worked on the next big thing in Form Block: allowing you to store form submissions in your WordPress backend.
Backend work is now nearly completed (only the delete function has to be implemented) and then only some additional settings are missing.
I’m excited. 🎉

I’m currently working on saving form submissions in Form Block and already made huge progress.
UI still needs some work (and also the field output is currently in plain text – meh – but for now, I’m pretty happy with its current state.

I did also mention that the default post lists (posts, pages) ignore the defined date and time format settings. 🤔
When having vacation, many people want to travel. I’m different. I want to work on my projects. And so I did the last two weeks. And it was great fun by working on multiple projects to take them further. For me, developing is not just a job, it’s my passion and I also love to do it in my free time.
(more…)When will the block editor in WordPress become smooth on mobile? Even if you can handle it well on desktop, it’s hard to work on it on mobile. And it doesn’t make any fun.
All tested on the latest iOS. And this is only what I could find spontaneously.
After a little over two weeks, I could finally update my now page, since the last to-do, updating all of my plugins to make them officially compatible with WordPress 6.8, is done.
Next up: plugin refactoring.