Safari-compatible SVG with dark mode support
SVG images can support light and dark mode in CSS. But Safari browser has a problem.
Yet another programmer blogging about code
SVG images can support light and dark mode in CSS. But Safari browser has a problem.
Automatically turn on the debug log when running unit tests for WordPress plugins.
Run your WordPress plugin tests on PHP 8.0 and later. With thanks to Juliette Reinders Folmer and Yoast!
When building custom blocks for the WordPress editor, sometimes we want to make them only available on specific post types.
Send UpdraftPlus backups to different S3 folders, so that separate lifecycle policies can be applied to them.
The WordPress block editor supports a link picker that we can add to our custom blocks. The best bit is we can restrict its searches to a post type of our choosing.
We now have a new theme, built with Sass, Timber / Twig, minimal pure JS, and accessible HTML.
Easy Digital Downloads is the ideal WordPress eCommerce plugin for sites that distribute non-physical products like software or ebooks. You can run into a problem if your site has WebP optimised versions of your images though. Easily fixed through a filter hook.
If you use postcss-clean to drive clean-css as part of your build process, you need to pin postcss to no later than version 8.1.10 or you'll get "TypeError: node.getIterator is not a function".
Standard Gravity Forms notification emails are HTML emails. They don't have a plain text part, which some spam filters flag as maybe spam. Stop this happening by making them multipart emails.
The WordPress settings API makes it easy to add shared content to a site for administrators to edit. But it would be nice to let other roles edit some settings too.
Variable fonts support several variations of a typeface from a single file. Support older browsers through progressive enhancement.