How to send a webhook request with PHP from one WordPress site to another using WP Webhooks [Technical]

I lost an hour to this problem, so I’m blogging it to hopefully help others. I’m experimenting with the WP Webhooks plugin for helping me solve a problem with sites that I manage.1 Webhooks are a simple technology that lets a “request” to a specific URL that then completes some other action. That request contains … Continue reading “How to send a webhook request with PHP from one WordPress site to another using WP Webhooks [Technical]”

22NTC Field Notes: Day 3

The final day of 22NTC was a fun grab bag! I learned and talked about WordPress and CRMs, data visualization, inclusive presentations, and ended the day listening to author Saeed Jones.

22NTC Field Notes: Day 2

Today included three really fun community conversations—the “hallway track” of this online conference—and then a lot of sessions about including stakeholders in technology projects, usability testing, and the combination of the two!

Standardized Design Tokens and CSS for a consistent, customizable, and interoperable WordPress future

This is a proposal to use CSS utility classes for common layout needs and access to site-specific design tokens set in theme.json so that core, theme, and plugins have access to a standardized CSS toolkit. The result is a WordPress landscape where core is easier to extend and themes and plugins are more interoperable.