Articles
Page 2
All the Categories
WordPress, safely outputting SVGs without fighting PHPCS
~9 Mins Read
~9 Mins Read
Safely render SVGs in WordPress by creating a custom wp_kses based escaping function that passes PHPCS, keeps security intact & preserves code.
WordPress, combined purge of Cloudflare + SpinupWP caches
~5 Mins Read
~5 Mins Read
WordPress, SpinupWP + Cloudflare plugin auto-syncs cache purges, simplifying site updates with easy setup and one-click Admin Bar controls.
WordPress, automatically convert & upload WebP files using Cimo plugin
~6 Mins Read
~6 Mins Read
Occasionally there's a great bit of software that does one job and does it perfectly, Cimo converts & uploads to WebP format locally for free.
Edit the developer tools contextual menus in Vivaldi
~6 Mins Read
~6 Mins Read
Fed up of having Vivaldi Developer Tools in a submenu inside the of the contextual menus? Find out how to configure them to match your needs.
Topic: #Tech-Stack
WordPress, conditionally dequeue 3rd party plugin JavaScripts
~6 Mins Read
~6 Mins Read
There are times a 3rd party plugin will add JavaScript when it's not needed, I'll show you how to dequeue using built in WordPress functions.