What’s new for developers in WooCommerce 10.3
A developer’s rundown of WooCommerce 10.3: COGS in core, address autocomplete at checkout, the PayPal Orders v2 upgrade, and the wc_format_decimal change plugin authors need to handle.
A developer’s rundown of WooCommerce 10.3: COGS in core, address autocomplete at checkout, the PayPal Orders v2 upgrade, and the wc_format_decimal change plugin authors need to handle.
A non-profit asked how to keep its site online for a century. Standard backups and domain renewals only go so far, so here’s why an endowed model like the WordPress.com 100-Year Plan fits that kind of mission.
An agency owner drowning in a dozen client sites, manual billing, and mismatched hosting. Custom tooling only made it worse, so here’s how Automattic for Agencies pulled it into one dashboard.
A client’s food blog kept crawling despite great recipes. The fix wasn’t another plugin, it was rebuilding on custom post types and a cleaner WordPress setup.
A client wanted AI to handle product updates and support replies. The WooCommerce MCP beta gives you a secure, standard way to do that, so you skip the fragile custom integrations.
A client’s flagship plugin had outgrown its loose structure. PHP namespaces, Composer autoloading, and enforced coding standards are what pulled it back into shape.
A client needed accordions and styled form fields without the usual custom-code mess. September’s WordPress core updates add a native Accordion block and theme.json form styling that make it far easier.
A client’s editors kept breaking custom page layouts. October’s Gutenberg releases fix that with content-only editing for patterns, plus the Terms Query block and Block Bindings improvements.
A client wanted a custom mini-cart block inside their nav menu. Here is how to extend the WordPress Navigation block the right way, using the blocks.registerBlockType filter to add your own blocks to allowedBlocks instead of fighting it with CSS.
The new Accordion block in WordPress 6.9 works but ships unstyled. Here is how to style it properly: set base styles in theme.json, then add a block stylesheet with wp_enqueue_block_style() for hover and open states instead of piling on custom CSS.