On December 19, 2024 at 14:48

Responded to @kasparsd:

The hardest thing was to merge the form submissions with existing data as fields could be added and removed from the form. It also adds the form headers automatically. I enjoy fun array math 😅

On December 19, 2024 at 14:48

Ever wanted to store your Contact Form 7 submissions in tablepress.org? The free version of Controls for Contact Form 7 will get that in early January.

p.s. the feature is ready but I just didn't want to risk accidental regressions before the holidays.

On December 18, 2024 at 22:11

Does anyone know why the site-editor (at wp-admin/site-editor.php?postType=page&postId=2&canvas=edit) doesn't return the post meta with `useEntityProp( 'postType', postType, 'meta' );` when editing a page?

On December 18, 2024 at 15:58

Responded to @kasparsd:

If you want to learn about strategies to solve this, I'm developing an online video course that will help you understand the internal workings and best practices of reliable development environments. Leave your email address at wpelevator.com to get notified when it launches.

On December 18, 2024 at 15:58

Responded to @kasparsd:

The intent of wp-env is definitely to streamline the "getting started" phase but it does come with some serious limitations when you want to develop a truly reliable development environment.

On December 18, 2024 at 15:58

The wp-env local development environment prefers to bundle things like WP core, plugins and even the PHPUnit testing library. This leads to all these files being hidden from your editor which prevents proper debugging. Even a mapping in .wp-env.json doesn't expose those internal directories to the host machine.

On December 18, 2024 at 14:48

Responded to @kasparsd:

There is a schemas.wp.org domain which redirects to the relevant version of the schema file in the Gutenberg repository github.com/WordPress/gutenberg such as:

schemas.wp.org/trunk/block.json
schemas.wp.org/trunk/theme.json
schemas.wp.org/trunk/wp-env.js

VS Code supports this out of the box code.visualstudio.com/docs/lan

On December 18, 2024 at 14:48

Did you know that WordPress theme.json, block.json and other *.json files have their reference schema files which allow your code editor to autocomplete and lint the syntax? Simply add a $schema element to the top of the JSON content and let the editor do the job.

On December 17, 2024 at 20:39

What’s the typical spending limit for engineering leaders on a single tool or subscription before needing an approval? Curious how this applies in the WordPress space. A range is fine, too!

On December 16, 2024 at 20:39

Today I released an update to Controls for Contact Form 7 plugin which helps you with submission analytics, redirects and various other features that are normally configurable only through code. Get it here: formcontrols.com

On December 13, 2024 at 06:49

Responded to @edza:

@edza Man viss ir savs uz DigitalOcean. Es domāju vairāk par populārajiem WP hostiem. Ja viņi iedod savu SPF subdomēnu, ko ielikt kā CNAME, tad būtu labi.

On December 13, 2024 at 06:18

Responded to @edza:

@edza Nezinu, kā lai uzticami atrod IP adresi, ko parādīt WP lietotājiem kā viņu SPF ieraksta daļu, ko norādīt. Vai mākoņu laikmetā shared hostingam ir paredzama izejas IP?

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.