3 min read 0 Code Adding Plugin Version Number to Enqueued Scripts and Styles Curtis McHale June 6, 2023 For a long time, I manually changed the $version parameter when I was using wp_enqueue_script or wp_enqueue_style. At some point,…
1 min read 0 Code Chrome Update Not Quite Working in Fedora 38 Curtis McHale May 30, 2023 After running sudo dnf update && sudo dnf upgrade today Chrome wasn’t working as expected. Icons weren’t showing on the…
3 min read 0 Code Your Code Should Gracefully Degrade Curtis McHale May 30, 2023 One of the biggest tips I’d give to any new programmers is that your code should gracefully degrade. Let’s look…
1 min read 0 Code Adding Random Content to WordPress via WP CLI Curtis McHale May 18, 2023 Right now I’m working on a Google Analytics 4 integration that needs some data and views. To get the clicks/views…
1 min read 0 Code Checking Which PHP Libraries are on your Server Curtis McHale May 16, 2023 Google Analytics 4 API requires the bcmath PHP extension to be installed but not every server will have it. To…
3 min read 0 Code Features I Love in PHP 8 Curtis McHale December 20, 2022 PHP 7.4 went end of life at the end of November 2022 so I’ve been digging into what PHP 8…
1 min read 0 Code Limit Vim-ACK Search by filetype/file extension Curtis McHale December 8, 2022 I took a detour for a good chunk of the year to VSCode, but as always I missed the keyboard…