TIL (again): Leave the default WordPress WordPress category taxonomy alone for your custom post type. The probability is high that you’ll regret it in the future …
Just register your own taxonomy.
TIL (again): Leave the default WordPress WordPress category taxonomy alone for your custom post type. The probability is high that you’ll regret it in the future …
Just register your own taxonomy.
TIL (at 3 am): Upgrading Dovecot is not fun when the behavior changes a lot. Took several hours to get it running identical to before. But at least I could remove some old configuration parts.
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: tmutil delete allows to add the -t parameter multiple times to delete multiple (old) backups at once:
sudo tmutil delete -d /Volumes/Backups\ of\ Matzes\ M1\ Pro -t 2025-04-13-215640 -t 2025-04-21-095453 -t 2025-04-28-151733Code language: JavaScript (javascript)
Before, I used multiple commands (since I delete the oldest 4 backups every 6 months manually) and always waited for the next command until the previous one was done …