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,…
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…