On December 12, 2024 at 20:39

My wife launched a knitting notebook yesterday and the order confirmation emails all went to spam. I quickly built a WordPress plugin that signs all outgoing emails with DKIM. Today all mail has 100% delivery!

On December 12, 2024 at 14:48

Turns out the wp_template post type in WP core doesn't register support for post meta so we can't store any SEO meta for the homepage template in the full-site editor, for example. Does anyone know if this was intentional?

On December 10, 2024 at 20:39

The reason I've been learning to use Safari as my primary browser for the past few month. While blocking third-party cookies does complicate some of the SSO stuff, it is a very good thing for the majority of users.

On December 5, 2024 at 14:48

Here is WP admin rendering the multisite switcher dropdown. It needs to load the site name from each of the options tables.

On December 4, 2024 at 14:48

Version 0.10.0 of the Two Factor plugin was released yesterday. It includes a bunch of improvements:

– The updated plugin header should make it easier to find when searching for 2fa, totp, etc.

– Improved accessibility and simplified UI of the user profile settings.

– Proper uninstall support that removes all plugin options and user meta values.

On December 3, 2024 at 14:48

Due to posting mostly home automation and hardware content recently I've completely lost all traffic for WordPress keywords to my personal site 😅

On December 2, 2024 at 20:39

Refactored the Update Pilot client plugin to have dedicated license key fields for each plugin even if they use the same UpdateURI hostname. Also added an update check button to help check if you actually need a key for that particular plugin.

On December 2, 2024 at 14:48

I've been using Peter’s Blog URL Shortcodes in WP for links in post content to ensure they stay consistent with any permalink changes. Do you use anything similar? I would love to build something that works well with the block editor — adding these custom block "bits" whenever adding a link.